Alois Mahdal
4923f431e8
Prefer cmark for mdvimb
On Fedora, commonmark is from nodejs-commonmark, which is long-term
broken.
3 vuotta sitten
Alois Mahdal
9d2affbfa0
Use more standard xdg-open for open()
3 vuotta sitten
Alois Mahdal
e6e3615b15
Fix /usr/bin/cal version detection
3 vuotta sitten
Alois Mahdal
0ac602f1e2
Add urle() for urlencode encoding/decoding
3 vuotta sitten
Alois Mahdal
be0cf4240d
Remove unused variable declaration
3 vuotta sitten
Alois Mahdal
0d854d68d5
Do notify about sleeping
3 vuotta sitten
Alois Mahdal
c877c56c9f
Use BASHUM_COLOR_* globals for color codes
3 vuotta sitten
Alois Mahdal
e6894b6421
Pass delay from nn() to bb()
3 vuotta sitten
Alois Mahdal
0430d68a16
Add smv() and smvr() for "moving" files/trees via scp
3 vuotta sitten
Alois Mahdal
7d4bd188f3
Add xcp() and xpst() to simulate file copy-pasting ops
4 vuotta sitten
Alois Mahdal
2b0a29df16
Add default vars for neaty
5 vuotta sitten
Alois Mahdal
cadd660155
Ask xvb() and xxvb() for quick ad-hoc Bash scriptlets
5 vuotta sitten
Alois Mahdal
83c05b561e
Add vxx() for editing stdin to C-C/C-V clipboard
5 vuotta sitten
Alois Mahdal
6a26eeaa42
Fix typo in docstring
5 vuotta sitten
Alois Mahdal
997d7f356f
Add stdin repeaters
lrep() and prep() repeat every line, or whole stream, on stdin
$1 times.
5 vuotta sitten
Alois Mahdal
b698f29841
Add pp(), like nn() but also pause
5 vuotta sitten
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 vuotta sitten
Alois Mahdal
6ba46c6d14
Add xcxx(), to use command to transform clipboard (xvxx style)
5 vuotta sitten
Alois Mahdal
6c641c3b83
Add interactive functions xl()/xxl() to show clipboards
5 vuotta sitten
Alois Mahdal
011593cfb0
Add usage error
5 vuotta sitten
Alois Mahdal
e76325ac53
Add 'lt' -- as ll but sorted according to time
5 vuotta sitten
Alois Mahdal
090dfaed72
Add YAML quick validator
5 vuotta sitten
Alois Mahdal
40e5955c38
Add nn(), like bb() but with a memo hint
5 vuotta sitten
Alois Mahdal
7dd26640da
Enable verbosity for mkittool by alias
5 vuotta sitten
Alois Mahdal
134bbc9222
Add higlight to normal pstree calls
5 vuotta sitten
Alois Mahdal
762a84bf50
Add mdvimb styles to configuration
'darkzen' color profile for HTMLs generated by mdvimb
5 vuotta sitten
Alois Mahdal
7b6ebd31bf
Moved mdvimb to a standalone script (local, so far)
Get current version at https://netvor.info/scripts/mdvimb
6 vuotta sitten
Alois Mahdal
e3aad7106e
Allow for a little nap before the bell
6 vuotta sitten
Alois Mahdal
5be271d311
Deal with several ShellCheck warnings
Work around, obey, or disable.
6 vuotta sitten
Alois Mahdal
9709cd0367
Remove unnecessary comment
6 vuotta sitten
Alois Mahdal
8783d417b1
Disable safe and unavoidable ShellCheck warning
6 vuotta sitten
Alois Mahdal
885313faf8
Try to be smart about cal utility version
6 vuotta sitten
Alois Mahdal
6b7669ba4b
Always follow symlinks in recursive grep's
6 vuotta sitten
Alois Mahdal
cd90fa9d87
Add utility function to print horizontal "ruler"
Mostly for easier visual distinction and also for fun.
6 vuotta sitten
Alois Mahdal
c7d437ded5
Keep timestamp in Bash history
6 vuotta sitten
Alois Mahdal
6995b11461
Improve mdvimb() to accept no args or `-` for stdin
6 vuotta sitten
Alois Mahdal
7afe9ac763
Weechat logs have been moved elsewhere some time ago
6 vuotta sitten
Alois Mahdal
fb66dc0584
Add grepr1(), "flat" version of grepr()
6 vuotta sitten
Alois Mahdal
f1cf00ea3d
Add alias for simple wttr.in query
6 vuotta sitten
Alois Mahdal
cb9343ba7c
Add stdout to clipboard editor
6 vuotta sitten
Alois Mahdal
a0f3f5a8e3
Give more logical naming to clipboard editors
'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
6 vuotta sitten
Alois Mahdal
5e8dc77f1b
Add simple Quoted-Printable encoding/decoding function
6 vuotta sitten
Alois Mahdal
b0b2b2362b
Use `[:blank:]` or space as default split/join character
6 vuotta sitten
Alois Mahdal
3ac13cca04
Add convenience function to do things twice()
6 vuotta sitten
Alois Mahdal
d5ecf85b49
Solve the bell question
6 vuotta sitten
Alois Mahdal
0a3f317d8f
Enable syntax higliighting in less(1)
7 vuotta sitten
Alois Mahdal
6974c19111
Add function to grab audio from YouTube
...for the love of podcasts!
7 vuotta sitten
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 vuotta sitten
Alois Mahdal
8db0bc528c
Add grepfx() to grep for technical debt (AKA #FIXMEs)
7 vuotta sitten
Alois Mahdal
b3fa34e06c
Add x4x() to just pad primary clipboard to C-c clipboard
7 vuotta sitten