Command-line Utilities Written in Rust

cat-command-line-utilities

Here's a list of some common command-line utilities written in Rust:

  • ripgrep (rg): A very fast replacement for grep.
  • fd: A faster alternative to find.
  • bat: A cat clone with syntax highlighting and Git integration.
  • exa: A modern replacement for ls.
  • delta: A pager for git diff output.
  • hyperfine: A command-line benchmarking tool.
  • just: A command runner for project-specific tasks (like make but better).
  • zoxide: A directory jumper.
  • bottom: A customizable and cross-platform process monitor.
  • dust: A tool to assess disk usage.
  • sd: A drop-in replacement for sed.
  • xplr: A highly configurable file explorer.
  • navi: An interactive cheatsheet tool.

Filesystem Utilities

RecipeCratesCategories
lsdlsdcat-command-line-utilities
exaexacat-command-line-utilities
brootbrootcat-command-line-utilities
batbatcat-command-line-utilities
openopencat-command-line-utilities

Networking Utilities

RecipeCratesCategories
gpinggpingcat-command-line-utilities

Shells

RecipeCratesCategories
starshipstarshipcat-command-line-utilities
nushellnushellcat-command-line-utilities
  • Command Line Interface.
  • External Commands.
  • Links.

References