More commands to supplement Bash / Shell Scripting.
Treasure trove off CLI tools.
Generate random passwords on the command line easily.
https://sourceforge.net/projects/pwgen/
Usually you can just install this with your package manager, eg. on Mac:
brew install pwgenSee the JSON tools page.
Quick examples of command line usage that is easier than reading man pages.
Fuzzy finder.
Interactive cheat sheet tool.
Execute commands when files change.
Easier to select files to watch than entr, which requires using find to select files, then pipe those to entr.
Whereas watchexec can watch extensions, recurse subdirectories to find matching files to watch.
https://eradman.com/entrproject/
Execute commands when files change.
New alternative to the classic make command.
CLI snippet manager.
GothenburgBitFactory/taskwarrior
Manage task list on the command line.
Cross-platform monitoring tool.
Magical shell history, replaces shell history with SQLite database, and can share history between machines using an Atuin server.
Partial port from private Knowledge Base page 2008+