Alois Mahdal
3a95e4dff6
Improve sleeping/beeping Bash functions
Move bb() double-functionatity (sleep+throw alarm but also tell about
it) to snore() and keep bb() without info output.
Also add dotsleep() to double down on the outputting by producing dots
while sleeping.
hace 7 meses
Alois Mahdal
2a8a12d42e
Add prepend() to simplify mass-renaming files by prepending a string
(Yeah, I know, weirdly specific and likely not very useful.)
hace 7 meses
Alois Mahdal
cd9f64f8ca
Try and fixe Bash history
Turns out what also breaks it is what might be a bug in Bash causing
HIST* vars in Debian's .bashrc trim the history immediately, before wwe
get a chance to set it to a huge number.
The workaround -- which cannot be done safely within bashum -- is to
comment any HIST* variables in your .bashrc.
hace 7 meses
Alois Mahdal
4d213f1fd0
Move .bashum to .config/bashum
hace 7 meses
Alois Mahdal
26efba26bc
Use proper directory name also for exit status temp
hace 3 años
Alois Mahdal
b1ad0f7e7f
Use 'bashum' directory name for bash extensions
We already call it that way internally.
hace 3 años
Alois Mahdal
3967244319
Update 'sc' alias for the new 'se' implementation
hace 3 años
Alois Mahdal
4923f431e8
Prefer cmark for mdvimb
On Fedora, commonmark is from nodejs-commonmark, which is long-term
broken.
hace 3 años
Alois Mahdal
9d2affbfa0
Use more standard xdg-open for open()
hace 3 años
Alois Mahdal
e6e3615b15
Fix /usr/bin/cal version detection
hace 3 años
Alois Mahdal
0ac602f1e2
Add urle() for urlencode encoding/decoding
hace 3 años
Alois Mahdal
be0cf4240d
Remove unused variable declaration
hace 3 años
Alois Mahdal
0d854d68d5
Do notify about sleeping
hace 3 años
Alois Mahdal
c877c56c9f
Use BASHUM_COLOR_* globals for color codes
hace 3 años
Alois Mahdal
e6894b6421
Pass delay from nn() to bb()
hace 3 años
Alois Mahdal
0430d68a16
Add smv() and smvr() for "moving" files/trees via scp
hace 3 años
Alois Mahdal
7d4bd188f3
Add xcp() and xpst() to simulate file copy-pasting ops
hace 4 años
Alois Mahdal
2b0a29df16
Add default vars for neaty
hace 5 años
Alois Mahdal
cadd660155
Ask xvb() and xxvb() for quick ad-hoc Bash scriptlets
hace 5 años
Alois Mahdal
83c05b561e
Add vxx() for editing stdin to C-C/C-V clipboard
hace 5 años
Alois Mahdal
6a26eeaa42
Fix typo in docstring
hace 5 años
Alois Mahdal
997d7f356f
Add stdin repeaters
lrep() and prep() repeat every line, or whole stream, on stdin
$1 times.
hace 5 años
Alois Mahdal
b698f29841
Add pp(), like nn() but also pause
hace 5 años
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.
hace 5 años
Alois Mahdal
6ba46c6d14
Add xcxx(), to use command to transform clipboard (xvxx style)
hace 5 años
Alois Mahdal
6c641c3b83
Add interactive functions xl()/xxl() to show clipboards
hace 5 años
Alois Mahdal
011593cfb0
Add usage error
hace 5 años
Alois Mahdal
e76325ac53
Add 'lt' -- as ll but sorted according to time
hace 5 años
Alois Mahdal
090dfaed72
Add YAML quick validator
hace 5 años
Alois Mahdal
40e5955c38
Add nn(), like bb() but with a memo hint
hace 5 años
Alois Mahdal
7dd26640da
Enable verbosity for mkittool by alias
hace 5 años
Alois Mahdal
134bbc9222
Add higlight to normal pstree calls
hace 5 años
Alois Mahdal
762a84bf50
Add mdvimb styles to configuration
'darkzen' color profile for HTMLs generated by mdvimb
hace 5 años
Alois Mahdal
7b6ebd31bf
Moved mdvimb to a standalone script (local, so far)
Get current version at https://netvor.info/scripts/mdvimb
hace 6 años
Alois Mahdal
e3aad7106e
Allow for a little nap before the bell
hace 6 años
Alois Mahdal
5be271d311
Deal with several ShellCheck warnings
Work around, obey, or disable.
hace 6 años
Alois Mahdal
9709cd0367
Remove unnecessary comment
hace 6 años
Alois Mahdal
8783d417b1
Disable safe and unavoidable ShellCheck warning
hace 6 años
Alois Mahdal
885313faf8
Try to be smart about cal utility version
hace 6 años
Alois Mahdal
6b7669ba4b
Always follow symlinks in recursive grep's
hace 6 años
Alois Mahdal
cd90fa9d87
Add utility function to print horizontal "ruler"
Mostly for easier visual distinction and also for fun.
hace 6 años
Alois Mahdal
c7d437ded5
Keep timestamp in Bash history
hace 6 años
Alois Mahdal
6995b11461
Improve mdvimb() to accept no args or `-` for stdin
hace 6 años
Alois Mahdal
7afe9ac763
Weechat logs have been moved elsewhere some time ago
hace 6 años
Alois Mahdal
fb66dc0584
Add grepr1(), "flat" version of grepr()
hace 6 años
Alois Mahdal
f1cf00ea3d
Add alias for simple wttr.in query
hace 6 años
Alois Mahdal
cb9343ba7c
Add stdout to clipboard editor
hace 6 años
Alois Mahdal
a0f3f5a8e3
Give more logical naming to clipboard editors
'x' meaning primary, 'xx' meaning 'C-C' and 'v' meaning vipe(1).
hace 6 años
Alois Mahdal
5e8dc77f1b
Add simple Quoted-Printable encoding/decoding function
hace 6 años
Alois Mahdal
b0b2b2362b
Use `[:blank:]` or space as default split/join character
hace 6 años