Alois Mahdal
d5ecf85b49
Solve the bell question
6 years ago
Alois Mahdal
0a3f317d8f
Enable syntax higliighting in less(1)
7 years ago
Alois Mahdal
6974c19111
Add function to grab audio from YouTube
...for the love of podcasts!
7 years ago
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.
7 years ago
Alois Mahdal
8db0bc528c
Add grepfx() to grep for technical debt (AKA #FIXMEs)
7 years ago
Alois Mahdal
b3fa34e06c
Add x4x() to just pad primary clipboard to C-c clipboard
7 years ago
Alois Mahdal
46e5e26731
czrates is dead, long live czkrates
7 years ago
Alois Mahdal
b99fee63fd
Add verbosity to my czrates script
7 years ago
Alois Mahdal
3bec32c47a
Ignore "se" and "sc" (slovnik.cz fast access script) again
7 years ago
Alois Mahdal
77e6ec94a9
Add mdvimb, to easily open Markdown files in vimb
7 years ago
Alois Mahdal
4c1e2e0d9f
Add nljoin() for joining lines (reverse of nlfor())
7 years ago
Alois Mahdal
52c50e575c
Fix typo in nlfor() docstring
7 years ago
Alois Mahdal
920a7df54f
Replace broken hastebin Bash function
7 years ago
Alois Mahdal
9ada2fa46f
Add xvx() and xvvx() for quick clipboard editing
7 years ago
Alois Mahdal
e71dd754de
Split snippet to make it readable and under 80 characters
7 years ago
Alois Mahdal
e1e744c483
Add grepcl() for grepping common (IRC) chat logs
7 years ago
Alois Mahdal
4b86814460
Add 'nlfor()' for most common tr syntax ("something to newline')
7 years ago
Alois Mahdal
81ba59fc1f
Improve vims() docstring
Most notably, add example of Vim configuration needed for the function
to work.
7 years ago
Alois Mahdal
aca643e6eb
Replace `dt` alias with more powerfule functions
7 years ago
Alois Mahdal
8e7c52564f
Use vim everywhere
How come I haven't set this years ago?
7 years ago
Alois Mahdal
c9ffb46ccc
Add alias for easy cloning of terminal window
7 years ago
Alois Mahdal
840e81a575
Use cmevoli's solution
http://unix.stackexchange.com/questions/72131/detecting-x-session-in-a-bash-script-bashrc-etc/338862#338862
7 years ago
Alois Mahdal
bb1624d918
Use POSIX character classes, like a pro
8 years ago
Alois Mahdal
7958b78edb
Enable yum_hasbin handle any kind of file, not just bin
8 years ago
Alois Mahdal
2114bca40b
Add utility function for hastebin.com
8 years ago
Alois Mahdal
e909e7d344
Update for Shellfu 0.9.0
8 years ago
Alois Mahdal
5dd53d32ac
Add 'tasks' alias to easily see tasks outside current context
8 years ago
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.
8 years ago
Alois Mahdal
2637454cc0
yum is deprecated; use dnf in util function
8 years ago
Alois Mahdal
5882fd8f25
Add alias for `task modify`
I keeo forgetting to say "modify" and even `m` alias did not help. This
maybe...
8 years ago
Alois Mahdal
578d6ffae2
Add forgotten argument to xi*/xo* functions
8 years ago
Alois Mahdal
acc75cd445
Replace common aliases with xop commands
8 years ago
Alois Mahdal
579d55b303
Add xop() to apply fixnl to common clipboard-related annoyances
8 years ago
Alois Mahdal
e72883698d
Add fixnl() to fix common newline-related annoyances
8 years ago
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...
8 years ago
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.
8 years ago
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).
8 years ago
Alois Mahdal
92eda4f6d8
Add handy reboot and poweroff aliases
8 years ago
Alois Mahdal
1ed40a0c91
Use rozcietrzewiacz's bash history solution
http://unix.stackexchange.com/a/18443/9365
8 years ago
Alois Mahdal
ec388222dc
Add interactive mode function to strip color codes
8 years ago
Alois Mahdal
260f643a67
Add/update docstrings to Bash interactive mode functions
8 years ago
Alois Mahdal
bfec9f6521
Do not execute history-expanded command; pass it to buffer for editing
8 years ago
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.
8 years ago
Alois Mahdal
4a2541da37
Filter out inigrep from debugging by default
8 years ago
Alois Mahdal
d8335c600e
Add xod and xood for temporary dumping xclipboards (mktemp style)
8 years ago
Alois Mahdal
e6744bd102
Update after ffoo is renamed to shellfu
8 years ago
Alois Mahdal
effea5bbb8
Re-implement greph as a .bashrc function
8 years ago
Alois Mahdal
98a90c41e7
Do not break long lines in git log
8 years ago
Alois Mahdal
b0b0f82f83
Do not pad4 emty lines
9 years ago
Alois Mahdal
e2e31f1624
Add XA_CLIPBOARD versions of xclip aliases
9 years ago