Skip to content

Latest commit

 

History

History
128 lines (73 loc) · 2.24 KB

commands.md

File metadata and controls

128 lines (73 loc) · 2.24 KB

Advanced & Third Party Commands

More commands to supplement Bash / Shell Scripting.

Terminal Trove

https://terminaltrove.com/

Treasure trove off CLI tools.

Awesome Lists

https://github.com/rothgar/awesome-tuis

https://github.com/agarrharr/awesome-cli-apps

https://github.com/toolleeo/cli-apps

Third Party Tools

JSON

See the JSON tools page.

tldr

https://github.com/tldr-pages/tldr

Quick examples of command line usage that is easier than reading man pages.

fzf

https://github.com/junegunn/fzf

https://github.com/Aloxaf/fzf-tab

Fuzzy finder.

navi

https://github.com/denisidoro/navi

Interactive cheat sheet tool.

nb

https://xwmx.github.io/nb/

WatchExec

https://github.com/watchexec/watchexec

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.

Entr

https://github.com/eradman/entr

https://eradman.com/entrproject/

Execute commands when files change.

Just

https://github.com/casey/just

New alternative to the classic make command.

Pet

https://github.com/knqyf263/pet

CLI snippet manager.

taskwarrior

https://github.com/GothenburgBitFactory/taskwarrior

Manage task list on the command line.

x cht

https://www.x-cmd.com/mod/cht

lazygit

https://github.com/jesseduffield/lazygit

Glances

https://github.com/nicolargo/glances

Cross-platform monitoring tool.

Atuin

https://github.com/atuinsh/atuin

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+