Alois Mahdal
7d4bd188f3
Add xcp() and xpst() to simulate file copy-pasting ops
4 年前
Alois Mahdal
2b0a29df16
Add default vars for neaty
5 年前
Alois Mahdal
cadd660155
Ask xvb() and xxvb() for quick ad-hoc Bash scriptlets
5 年前
Alois Mahdal
83c05b561e
Add vxx() for editing stdin to C-C/C-V clipboard
5 年前
Alois Mahdal
6a26eeaa42
Fix typo in docstring
5 年前
Alois Mahdal
997d7f356f
Add stdin repeaters
lrep() and prep() repeat every line, or whole stream, on stdin
$1 times.
5 年前
Alois Mahdal
b698f29841
Add pp(), like nn() but also pause
5 年前
Alois Mahdal
d5ce4d0e50
Add support for arguments in __bashum_run_n()
People can now run
__bashum_run_n 100 echo hello world
and it will print "hello world" 100 times, instead of just running
`echo` 100 times and ignoring the `hello world` part.
5 年前
Alois Mahdal
6ba46c6d14
Add xcxx(), to use command to transform clipboard (xvxx style)
5 年前
Alois Mahdal
6c641c3b83
Add interactive functions xl()/xxl() to show clipboards
5 年前
Alois Mahdal
011593cfb0
Add usage error
5 年前
Alois Mahdal
e76325ac53
Add 'lt' -- as ll but sorted according to time
5 年前
Alois Mahdal
090dfaed72
Add YAML quick validator
5 年前
Alois Mahdal
40e5955c38
Add nn(), like bb() but with a memo hint
5 年前
Alois Mahdal
7dd26640da
Enable verbosity for mkittool by alias
5 年前
Alois Mahdal
134bbc9222
Add higlight to normal pstree calls
5 年前
Alois Mahdal
762a84bf50
Add mdvimb styles to configuration
'darkzen' color profile for HTMLs generated by mdvimb
5 年前
Alois Mahdal
7b6ebd31bf
Moved mdvimb to a standalone script (local, so far)
Get current version at https://netvor.info/scripts/mdvimb
6 年前
Alois Mahdal
e3aad7106e
Allow for a little nap before the bell
6 年前
Alois Mahdal
5be271d311
Deal with several ShellCheck warnings
Work around, obey, or disable.
6 年前
Alois Mahdal
9709cd0367
Remove unnecessary comment
6 年前
Alois Mahdal
8783d417b1
Disable safe and unavoidable ShellCheck warning
6 年前
Alois Mahdal
885313faf8
Try to be smart about cal utility version
6 年前
Alois Mahdal
6b7669ba4b
Always follow symlinks in recursive grep's
6 年前
Alois Mahdal
cd90fa9d87
Add utility function to print horizontal "ruler"
Mostly for easier visual distinction and also for fun.
6 年前
Alois Mahdal
c7d437ded5
Keep timestamp in Bash history
6 年前
Alois Mahdal
6995b11461
Improve mdvimb() to accept no args or `-` for stdin
6 年前
Alois Mahdal
7afe9ac763
Weechat logs have been moved elsewhere some time ago
6 年前
Alois Mahdal
fb66dc0584
Add grepr1(), "flat" version of grepr()
6 年前
Alois Mahdal
f1cf00ea3d
Add alias for simple wttr.in query
6 年前
Alois Mahdal
cb9343ba7c
Add stdout to clipboard editor
6 年前
Alois Mahdal
a0f3f5a8e3
Give more logical naming to clipboard editors
'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
6 年前
Alois Mahdal
5e8dc77f1b
Add simple Quoted-Printable encoding/decoding function
6 年前
Alois Mahdal
b0b2b2362b
Use `[:blank:]` or space as default split/join character
6 年前
Alois Mahdal
3ac13cca04
Add convenience function to do things twice()
6 年前
Alois Mahdal
d5ecf85b49
Solve the bell question
6 年前
Alois Mahdal
0a3f317d8f
Enable syntax higliighting in less(1)
7 年前
Alois Mahdal
6974c19111
Add function to grab audio from YouTube
...for the love of podcasts!
7 年前
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 年前
Alois Mahdal
8db0bc528c
Add grepfx() to grep for technical debt (AKA #FIXMEs)
7 年前
Alois Mahdal
b3fa34e06c
Add x4x() to just pad primary clipboard to C-c clipboard
7 年前
Alois Mahdal
46e5e26731
czrates is dead, long live czkrates
7 年前
Alois Mahdal
b99fee63fd
Add verbosity to my czrates script
7 年前
Alois Mahdal
3bec32c47a
Ignore "se" and "sc" (slovnik.cz fast access script) again
7 年前
Alois Mahdal
77e6ec94a9
Add mdvimb, to easily open Markdown files in vimb
7 年前
Alois Mahdal
4c1e2e0d9f
Add nljoin() for joining lines (reverse of nlfor())
7 年前
Alois Mahdal
52c50e575c
Fix typo in nlfor() docstring
7 年前
Alois Mahdal
920a7df54f
Replace broken hastebin Bash function
7 年前
Alois Mahdal
9ada2fa46f
Add xvx() and xvvx() for quick clipboard editing
7 年前
Alois Mahdal
e71dd754de
Split snippet to make it readable and under 80 characters
7 年前