You must log in or register to comment.
exit
If we’re including shell scripts/functions as “terminal commands”:
bm()- Zoxide wasn’t quite what I wanted
- Quick jump to a static list of directories with some alias
mkcd()- Basic
mkdir && cd - Some extra stuff for my specific workflow
- Basic
bashlib- My small, but helpful, “stdlib”
gitclone.shgit clonewrapper without needing to give a full URI
md2d.shpandocwrapper- I’m required to provide documentation at work in
docxformat, so I use this to avoid Office as much as possible
If we just mean terminal applications:
hyperfinejqandyq- Honorable mention:
xmlstarlet
- Honorable mention:
shellcheck- Primarily used via LSP
- CLI tool still used when my boss sends me AI Slop scripts I have to fix
A couple of
bashspecific items I’m using quite often these days:mapfileprintf '%(datefmt)T- Annoying
%Tdoesn’t expand to true ISO-8601 compliance
- Annoying
(( expr ))- Truly saves my ass every year in Advent of Code, despite the limitations
namei -om to check permission issues


