Skip to content

Latest commit

 

History

History
141 lines (81 loc) · 2.89 KB

File metadata and controls

141 lines (81 loc) · 2.89 KB

Advanced & Third Party Commands

More commands to supplement Bash / Shell Scripting.

Terminal Trove

https://terminaltrove.com/

Treasure trove off CLI tools.

Awesome Lists

:octocat: rothgar/awesome-tuis

:octocat: agarrharr/awesome-cli-apps

:octocat: toolleeo/cli-apps

Third Party Tools

PwGen

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 pwgen

JSON

See the JSON tools page.

tldr

:octocat: tldr-pages/tldr

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

fzf

:octocat: junegunn/fzf

:octocat: Aloxaf/fzf-tab

Fuzzy finder.

navi

:octocat: denisidoro/navi

Interactive cheat sheet tool.

nb

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

WatchExec

:octocat: 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

:octocat: eradman/entr

https://eradman.com/entrproject/

Execute commands when files change.

Just

:octocat: casey/just

New alternative to the classic make command.

Pet

:octocat: knqyf263/pet

CLI snippet manager.

taskwarrior

:octocat: GothenburgBitFactory/taskwarrior

Manage task list on the command line.

x cht

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

lazygit

:octocat: jesseduffield/lazygit

Glances

:octocat: nicolargo/glances

Cross-platform monitoring tool.

Atuin

:octocat: 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+