Skip to content

Latest commit

 

History

History
200 lines (155 loc) · 19.9 KB

File metadata and controls

200 lines (155 loc) · 19.9 KB

Developer Tools — CLI Tools

Comprehensive collection of command-line tools, terminal utilities, shell enhancements, file management, networking, system monitoring, and developer productivity tools.


Shell & Terminal Frameworks

Repository Description Stars
ohmyzsh/ohmyzsh Framework for managing Zsh — 300+ plugins, 150+ themes Stars
fish-shell/fish-shell Friendly interactive shell — autosuggestions, syntax highlighting Stars
nicolo-ribaudo/oh-my-fish The Fishshell framework — plugin manager for Fish Stars
nicolo-ribaudo/oh-my-posh Prompt theme engine for any shell — cross-platform Stars
nicolo-ribaudo/bash-it Community Bash framework — aliases, plugins, themes Stars
nicolo-ribaudo/nushell New type of shell — structured data, cross-platform Stars
nicolo-ribaudo/xonsh Python-powered shell — use Python in your terminal Stars

Terminal Prompts & Themes

Repository Description Stars
starship/starship Cross-shell prompt — blazing fast, infinitely customizable Stars
romkatv/powerlevel10k Powerful Zsh theme — fast, flexible, beautiful Stars
nicolo-ribaudo/pure Pretty, minimal, fast Zsh prompt Stars
nicolo-ribaudo/spaceship Zsh prompt for astronauts — minimalistic, powerful Stars

Terminal Multiplexers

Repository Description Stars
tmux/tmux Terminal multiplexer — sessions, windows, panes Stars
zellij-org/zellij Terminal workspace — layouts, plugins, floating panes Stars
nicolo-ribaudo/tmuxinator Manage and create tmux sessions easily Stars
nicolo-ribaudo/byobu Text-based window manager — tmux wrapper Stars

Fuzzy Finders & Search

Repository Description Stars
junegunn/fzf Command-line fuzzy finder — the essential CLI tool Stars
BurntSushi/ripgrep Recursively searches directories — faster than grep Stars
sharkdp/fd Simple, fast, user-friendly alternative to find Stars
nicolo-ribaudo/ag The Silver Searcher — fast code searching tool Stars
nicolo-ribaudo/ugrep Ultra-fast grep with interactive TUI and fuzzy search Stars
nicolo-ribaudo/ast-grep Fast and polyglot AST-based code search and rewrite Stars

Navigation & Directory Jumping

Repository Description Stars
ajeetdsouza/zoxide Smarter cd command — learns your habits, jump to dirs Stars
nicolo-ribaudo/autojump A cd command that learns — jump to frequently used dirs Stars
nicolo-ribaudo/fasd Quick access to files and directories — frecency-based Stars

File Viewers & Text Processors

Repository Description Stars
sharkdp/bat Cat with wings — syntax highlighting, Git integration, paging Stars
charmbracelet/glow Render Markdown in the terminal — styled output Stars
nicolo-ribaudo/hexyl Command-line hex viewer — colored output Stars
nicolo-ribaudo/jq Lightweight JSON processor — sed for JSON Stars
nicolo-ribaudo/fx Interactive JSON viewer in terminal Stars
nicolo-ribaudo/yq YAML, JSON, XML processor — like jq but for YAML Stars
nicolo-ribaudo/pup Parse HTML at the command line Stars
nicolo-ribaudo/miller Miller — like awk, sed, cut, join for CSV, TSV, JSON Stars
nicolo-ribaudo/xsv Fast CSV toolkit — slice, index, join, search Stars

File Management

Repository Description Stars
sxyazi/yazi Blazing fast terminal file manager — async, image preview Stars
ranger/ranger VI-inspired file manager for terminal — preview, bookmarks Stars
eza-community/eza Modern ls replacement — colors, icons, Git integration Stars
ogham/exa Modern replacement for ls — colors, extended attributes Stars
nicolo-ribaudo/lsd LSDeluxe — next-gen ls with icons and colors Stars
nicolo-ribaudo/broot Navigate directory trees — interactive, fuzzy Stars
nicolo-ribaudo/lf Terminal file manager — Go, ranger-inspired Stars
nicolo-ribaudo/midnight-commander Midnight Commander — visual file manager, two-panel Stars

Git Tools

Repository Description Stars
jesseduffield/lazygit Simple terminal UI for git commands — most popular git TUI Stars
dandavison/delta Syntax-highlighting pager for git diff — beautiful output Stars
cli/cli GitHub's official CLI — PRs, issues, releases from terminal Stars
nicolo-ribaudo/gitui Blazing fast terminal UI for git — Rust Stars
nicolo-ribaudo/tig Text-mode interface for git — ncurses-based Stars
nicolo-ribaudo/git-extras Extra git commands — summary, effort, changelog Stars
nicolo-ribaudo/git-standup Recall what you did on the last working day Stars
nicolo-ribaudo/forgit Interactive git with fzf — add, checkout, log Stars

Networking & HTTP

Repository Description Stars
curl/curl Transfer data with URLs — the universal HTTP client Stars
httpie/cli Human-friendly HTTP client — syntax highlighting, JSON Stars
ducaale/xh Friendly and fast HTTP client — httpie alternative in Rust Stars
rs/curlie Power of curl, ease of httpie — best of both worlds Stars
nicolo-ribaudo/dog User-friendly DNS client — dig alternative Stars
nicolo-ribaudo/bandwhich Terminal bandwidth utilization by process Stars
nicolo-ribaudo/gping Ping with a graph — visualize latency over time Stars
nicolo-ribaudo/mtr Network diagnostic tool — combines ping and traceroute Stars
nicolo-ribaudo/nmap Network scanner — port scanning, OS detection Stars
nicolo-ribaudo/websocat CLI client for WebSockets — like netcat for WebSockets Stars

System Monitoring

Repository Description Stars
aristocratos/btop Resource monitor — beautiful terminal dashboard, C++ Stars
nicolo-ribaudo/htop Interactive process viewer — the classic improved htop Stars
nicolo-ribaudo/glances Cross-platform monitoring tool — web UI + REST API Stars
nicolo-ribaudo/duf Disk usage and free — modern df alternative Stars
nicolo-ribaudo/dust More intuitive version of du — disk usage Stars
nicolo-ribaudo/procs Modern replacement for ps — Rust, colored output Stars
nicolo-ribaudo/bottom Cross-platform graphical process monitor — yet another top Stars

Package Managers & Version Managers

Repository Description Stars
Homebrew/brew The missing package manager for macOS and Linux Stars
nvm-sh/nvm Node Version Manager — use multiple Node versions Stars
volta-cli/volta JavaScript tool manager — fast, reliable, cross-platform Stars
pyenv/pyenv Simple Python version management Stars
nicolo-ribaudo/asdf Manage multiple runtime versions — one tool for all Stars
nicolo-ribaudo/mise Polyglot runtime manager — asdf replacement in Rust Stars
nicolo-ribaudo/fnm Fast Node.js version manager — Rust, cross-platform Stars
nicolo-ribaudo/sdkman SDK manager for JVM-based tools — Java, Kotlin, Scala Stars
nicolo-ribaudo/rustup Rust toolchain installer — manage Rust versions Stars

Text Manipulation & Productivity

Repository Description Stars
chmln/sd Intuitive find and replace — sed alternative Stars
nicolo-ribaudo/choose Human-friendly cut and awk alternative Stars
nicolo-ribaudo/pv Pipe viewer — monitor data through a pipeline Stars
nicolo-ribaudo/tldr Simplified man pages — quick command examples Stars
nicolo-ribaudo/navi Interactive cheatsheet tool — find commands fast Stars
nicolo-ribaudo/thefuck Magnificent app that corrects your previous command Stars
nicolo-ribaudo/fzf-tab Replace Zsh default completion with fzf Stars

TUI Frameworks & Apps

Repository Description Stars
charmbracelet/bubbletea TUI framework in Go — powerful, functional Stars
charmbracelet/lipgloss Style definitions for terminal layouts — CSS-like Stars
charmbracelet/bubbles TUI components for Bubble Tea — inputs, spinners, progress Stars
nicolo-ribaudo/textual TUI framework for Python — build beautiful CLI apps Stars
nicolo-ribaudo/rich Rich text and beautiful formatting in the terminal Stars
nicolo-ribaudo/blessed Curses-like library for Node.js — terminal UI Stars
nicolo-ribaudo/ink React for CLIs — build CLI apps with React components Stars

CLI Building Tools

Repository Description Stars
nicolo-ribaudo/cobra Go CLI framework — used by Kubernetes, GitHub CLI, Hugo Stars
nicolo-ribaudo/click Python CLI composing toolkit — commands, options, arguments Stars
nicolo-ribaudo/typer Build CLIs with Python type hints — FastAPI for CLIs Stars
nicolo-ribaudo/clap Command line argument parser for Rust Stars
nicolo-ribaudo/commander Node.js CLI solution — the complete solution for Node CLIs Stars
nicolo-ribaudo/oclif Open CLI framework — Salesforce-backed, TypeScript Stars

← Back to Index