Alois Mahdal
7d4bd188f3
Add xcp() and xpst() to simulate file copy-pasting ops
il y a 4 ans
Alois Mahdal
2b0a29df16
Add default vars for neaty
il y a 5 ans
Alois Mahdal
cadd660155
Ask xvb() and xxvb() for quick ad-hoc Bash scriptlets
il y a 5 ans
Alois Mahdal
83c05b561e
Add vxx() for editing stdin to C-C/C-V clipboard
il y a 5 ans
Alois Mahdal
6a26eeaa42
Fix typo in docstring
il y a 5 ans
Alois Mahdal
997d7f356f
Add stdin repeaters
lrep() and prep() repeat every line, or whole stream, on stdin
$1 times.
il y a 5 ans
Alois Mahdal
b698f29841
Add pp(), like nn() but also pause
il y a 5 ans
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.
il y a 5 ans
Alois Mahdal
6ba46c6d14
Add xcxx(), to use command to transform clipboard (xvxx style)
il y a 5 ans
Alois Mahdal
6c641c3b83
Add interactive functions xl()/xxl() to show clipboards
il y a 5 ans
Alois Mahdal
011593cfb0
Add usage error
il y a 5 ans
Alois Mahdal
e76325ac53
Add 'lt' -- as ll but sorted according to time
il y a 5 ans
Alois Mahdal
090dfaed72
Add YAML quick validator
il y a 5 ans
Alois Mahdal
40e5955c38
Add nn(), like bb() but with a memo hint
il y a 5 ans
Alois Mahdal
7dd26640da
Enable verbosity for mkittool by alias
il y a 5 ans
Alois Mahdal
134bbc9222
Add higlight to normal pstree calls
il y a 5 ans
Alois Mahdal
762a84bf50
Add mdvimb styles to configuration
'darkzen' color profile for HTMLs generated by mdvimb
il y a 5 ans
Alois Mahdal
7b6ebd31bf
Moved mdvimb to a standalone script (local, so far)
Get current version at https://netvor.info/scripts/mdvimb
il y a 6 ans
Alois Mahdal
e3aad7106e
Allow for a little nap before the bell
il y a 6 ans
Alois Mahdal
5be271d311
Deal with several ShellCheck warnings
Work around, obey, or disable.
il y a 6 ans
Alois Mahdal
9709cd0367
Remove unnecessary comment
il y a 6 ans
Alois Mahdal
8783d417b1
Disable safe and unavoidable ShellCheck warning
il y a 6 ans
Alois Mahdal
885313faf8
Try to be smart about cal utility version
il y a 6 ans
Alois Mahdal
6b7669ba4b
Always follow symlinks in recursive grep's
il y a 6 ans
Alois Mahdal
cd90fa9d87
Add utility function to print horizontal "ruler"
Mostly for easier visual distinction and also for fun.
il y a 6 ans
Alois Mahdal
c7d437ded5
Keep timestamp in Bash history
il y a 6 ans
Alois Mahdal
6995b11461
Improve mdvimb() to accept no args or `-` for stdin
il y a 6 ans
Alois Mahdal
7afe9ac763
Weechat logs have been moved elsewhere some time ago
il y a 6 ans
Alois Mahdal
fb66dc0584
Add grepr1(), "flat" version of grepr()
il y a 6 ans
Alois Mahdal
f1cf00ea3d
Add alias for simple wttr.in query
il y a 6 ans
Alois Mahdal
cb9343ba7c
Add stdout to clipboard editor
il y a 6 ans
Alois Mahdal
a0f3f5a8e3
Give more logical naming to clipboard editors
'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
il y a 6 ans
Alois Mahdal
5e8dc77f1b
Add simple Quoted-Printable encoding/decoding function
il y a 6 ans
Alois Mahdal
b0b2b2362b
Use `[:blank:]` or space as default split/join character
il y a 6 ans
Alois Mahdal
3ac13cca04
Add convenience function to do things twice()
il y a 6 ans
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