tutils
Description: Command line utilities"Tim's utilities (and dotfiles)"
(In decending order of complexity/importance)
- c - file and directory explorer
- droopy - jank program launcher
- o - open files from arguments and stdin
- g - awful git interface
- timer - set a notification to go off X minutes from now
- qrelease - build tar.gz archives for software releases
- qrgen - generate a qr code from standard input
- vclip - small wrapper script for xclip to make it work in a sane way
- nvipe - launch moreutil's vipe command in place
- timeuntil - report the amount of time until a certain date
- regdel - front end for ledger-cli optimized for data entry with numpads
- wc2 - like wc(1) but with some more interesting analysis
- ttsfile - use a tts to make an opus file recording
- readless - read with less(1) from a fold(1)
- fixinput - set keyboard and mouse input settings to what I prefer
- rgless - read the output of rg(1) with less(1) with colors
- rubberduck - talk to a rubber duck to solve your programming issues
News
2021-01-08
- Turned repo into a dotfiles collection!
- Fixed a bug where
o
didn't open things correctly - Let qrelease read the .gitignore file in a git repo
- A bunch of new utils:
- nvipe
- readless
- rgless
- wc2
- ttsfile
- timeuntil
- fixinput
2020-11-08
- Fix a bunch of bugs, like
o
not opening files if the opening program had a argument with it. - A few more features for
g
, like the "t" argument and the 'ac" argument. - Made it way easier to add commands to the repo, including small C programs (like
rubberduck
). - Added rubberduck, regdel, vclip, qrgen, qrelease, and timer.
2020-09-25
- Initial release.