Alois Mahdal
d5ecf85b49
Solve the bell question
il y a 6 ans
Alois Mahdal
0a3f317d8f
Enable syntax higliighting in less(1)
il y a 7 ans
Alois Mahdal
6974c19111
Add function to grab audio from YouTube
...for the love of podcasts!
il y a 7 ans
Alois Mahdal
b722f5d3dd
Remove confusing --binary-files=without-match
Many files may look like text file but be actually considerd binary by
git. In suich case this setting can be extremely confusing.
il y a 7 ans
Alois Mahdal
8db0bc528c
Add grepfx() to grep for technical debt (AKA #FIXMEs)
il y a 7 ans
Alois Mahdal
b3fa34e06c
Add x4x() to just pad primary clipboard to C-c clipboard
il y a 7 ans
Alois Mahdal
46e5e26731
czrates is dead, long live czkrates
il y a 7 ans
Alois Mahdal
b99fee63fd
Add verbosity to my czrates script
il y a 7 ans
Alois Mahdal
3bec32c47a
Ignore "se" and "sc" (slovnik.cz fast access script) again
il y a 7 ans
Alois Mahdal
77e6ec94a9
Add mdvimb, to easily open Markdown files in vimb
il y a 7 ans
Alois Mahdal
4c1e2e0d9f
Add nljoin() for joining lines (reverse of nlfor())
il y a 7 ans
Alois Mahdal
52c50e575c
Fix typo in nlfor() docstring
il y a 7 ans
Alois Mahdal
920a7df54f
Replace broken hastebin Bash function
il y a 7 ans
Alois Mahdal
9ada2fa46f
Add xvx() and xvvx() for quick clipboard editing
il y a 7 ans
Alois Mahdal
e71dd754de
Split snippet to make it readable and under 80 characters
il y a 7 ans
Alois Mahdal
e1e744c483
Add grepcl() for grepping common (IRC) chat logs
il y a 7 ans
Alois Mahdal
4b86814460
Add 'nlfor()' for most common tr syntax ("something to newline')
il y a 7 ans
Alois Mahdal
81ba59fc1f
Improve vims() docstring
Most notably, add example of Vim configuration needed for the function
to work.
il y a 7 ans
Alois Mahdal
aca643e6eb
Replace `dt` alias with more powerfule functions
il y a 7 ans
Alois Mahdal
8e7c52564f
Use vim everywhere
How come I haven't set this years ago?
il y a 7 ans
Alois Mahdal
c9ffb46ccc
Add alias for easy cloning of terminal window
il y a 7 ans
Alois Mahdal
840e81a575
Use cmevoli's solution
http://unix.stackexchange.com/questions/72131/detecting-x-session-in-a-bash-script-bashrc-etc/338862#338862
il y a 7 ans
Alois Mahdal
bb1624d918
Use POSIX character classes, like a pro
il y a 8 ans
Alois Mahdal
7958b78edb
Enable yum_hasbin handle any kind of file, not just bin
il y a 8 ans
Alois Mahdal
2114bca40b
Add utility function for hastebin.com
il y a 8 ans
Alois Mahdal
e909e7d344
Update for Shellfu 0.9.0
il y a 8 ans
Alois Mahdal
5dd53d32ac
Add 'tasks' alias to easily see tasks outside current context
il y a 8 ans
Alois Mahdal
f78817a4f8
Ignore terminal reset
Hardly needed to do repeatedly and when it is, it's best linked with
an observed command on the same line.
il y a 8 ans
Alois Mahdal
2637454cc0
yum is deprecated; use dnf in util function
il y a 8 ans
Alois Mahdal
5882fd8f25
Add alias for `task modify`
I keeo forgetting to say "modify" and even `m` alias did not help. This
maybe...
il y a 8 ans
Alois Mahdal
578d6ffae2
Add forgotten argument to xi*/xo* functions
il y a 8 ans
Alois Mahdal
acc75cd445
Replace common aliases with xop commands
il y a 8 ans
Alois Mahdal
579d55b303
Add xop() to apply fixnl to common clipboard-related annoyances
il y a 8 ans
Alois Mahdal
e72883698d
Add fixnl() to fix common newline-related annoyances
il y a 8 ans
Alois Mahdal
31e0af6b66
Use colordiff (everywhere)
This used to be re-set in host-specific bashrc, but we already rely on
so many things installed anyway...
il y a 8 ans
Alois Mahdal
71295e1318
Revert "Don't put taskwarrior commands to history"
This reverts commit 55a4088d807c5ca0552e89c3240ec1d3c88842f6.
Turns out this makes it too hard to explore and learn the vast potentials
of taskwarrior CLI.
il y a 8 ans
Alois Mahdal
55a4088d80
Don't put taskwarrior commands to history
Since task IDs are dynamic in taskwarrior, commands like `task 4 delete`
and `task 4 done` can be destructive with hard-to-trace damage if
inadverently repeated.
Better to avoid that, even at cost of not remembering anything.
(Note that `task` without arguments is still remembered; there's no harm
in repeating that, and it still can be convenient eg. w/ ^L).
il y a 8 ans
Alois Mahdal
92eda4f6d8
Add handy reboot and poweroff aliases
il y a 8 ans
Alois Mahdal
1ed40a0c91
Use rozcietrzewiacz's bash history solution
http://unix.stackexchange.com/a/18443/9365
il y a 8 ans
Alois Mahdal
ec388222dc
Add interactive mode function to strip color codes
il y a 8 ans
Alois Mahdal
260f643a67
Add/update docstrings to Bash interactive mode functions
il y a 8 ans
Alois Mahdal
bfec9f6521
Do not execute history-expanded command; pass it to buffer for editing
il y a 8 ans
Alois Mahdal
e643c25ea0
Improve greph
Using grep directly could result in "binary file matches" without any
useful info.
This would happen e.g. after renaming some files with badly-encoded
filenames. Bash history builtin seems to address such cases better.
il y a 8 ans
Alois Mahdal
4a2541da37
Filter out inigrep from debugging by default
il y a 8 ans
Alois Mahdal
d8335c600e
Add xod and xood for temporary dumping xclipboards (mktemp style)
il y a 8 ans
Alois Mahdal
e6744bd102
Update after ffoo is renamed to shellfu
il y a 8 ans
Alois Mahdal
effea5bbb8
Re-implement greph as a .bashrc function
il y a 8 ans
Alois Mahdal
98a90c41e7
Do not break long lines in git log
il y a 8 ans
Alois Mahdal
b0b0f82f83
Do not pad4 emty lines
il y a 9 ans
Alois Mahdal
e2e31f1624
Add XA_CLIPBOARD versions of xclip aliases
il y a 9 ans