You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Stew Alexander
committed
Add quality CLI tools and update documentation
- Added lazygit, delta, atuin, gping, hyperfine, and just
- Updated Updates section with latest changes
- All tools match existing style and principles
-[**zabbix**](https://www.zabbix.com) -> Free monitoring system for networks, servers, and applications that can monitor on-premises resources and cloud services [5](https://www.websentra.com/linux-network-monitor-software-and-tools/)
@@ -88,7 +89,10 @@ List of Linux Tools I put on almost every Linux / Debian host
88
89
-[**fish**](https://fishshell.com) -> "friendly interactive shell" beats the pants off of bash, ([Fishshell.com](https://fishshell.com))
89
90
-[**starship**](https://starship.rs) -> Customizable cross-shell prompt with extensive customization options [8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
90
91
-[**zoxide**](https://github.com/ajeetdsouza/zoxide) -> Smarter cd command that learns your habits and helps you navigate faster [8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
92
+
-[**atuin**](https://github.com/atuinsh/atuin) -> Magical shell history - search, sync, and backup your command history across machines
91
93
-[**tig**](https://github.com/jonas/tig) -> TUI client for git (jonas/tig on Github)
94
+
-[**lazygit**](https://github.com/jesseduffield/lazygit) -> Simple terminal UI for git commands, great for interactive git workflows (jesseduffield/lazygit on Github)
95
+
-[**delta**](https://github.com/dandavison/delta) -> Syntax-highlighting pager for git, diff, grep, and blame output - makes git diffs beautiful
92
96
-[**miller**](https://github.com/johnkerl/miller) -> Does about everything awk and sed does for json/csv/etc files (johnkerl/miller on Github)
93
97
-[**most**](https://www.jedsoft.org/most/) -> Linux pager, better than "less" or "more"
94
98
-[**tldr**](https://tldr.sh) -> Simplified man pages that just tell you what you need to know with practical examples [8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
@@ -104,8 +108,11 @@ List of Linux Tools I put on almost every Linux / Debian host
104
108
-[**fzf**](https://github.com/junegunn/fzf) -> A command-line fuzzy finder that enhances search and navigation in the terminal. Ideal for quickly finding files, command history, git, and more (junegunn/fzf on GitHub)
105
109
-[**fastfetch**](https://github.com/fastfetch-cli/fastfetch) -> Faster, more feature-rich neofetch alternative for system information display [8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
106
110
-[**pandoc**](https://pandoc.org) -> Universal document converter that can convert between various markup formats [8](https://www.reddit.com/r/selfhosted/comments/1fg3cou/linux_cli_tool_upgradesalternatives/)
111
+
-[**hyperfine**](https://github.com/sharkdp/hyperfine) -> Command-line benchmarking tool - measure and compare command execution times
112
+
-[**just**](https://github.com/casey/just) -> Command runner - a better alternative to make, with simpler syntax and no dependencies
107
113
---
108
114
## Updates
115
+
* 12/02/25 - Verified all links and replaced unavailable chkservice; added quality tools: lazygit, delta, atuin, gping, hyperfine, just
0 commit comments