Rust CLI 工具替代品

A curated list of replacements for existing software written in Rust.

System Tools

  • zoxide - A smarter cd command, alternative to autojump/z
  • bat - A cat(1) clone with wings
  • tokei - Count your code, quickly (alternative to cloc)
  • xcp - An extended cp
  • fd - A simple, fast alternative to ‘find’
  • exa - A replacement for ‘ls’
  • procs - A modern replacement for ps
  • bottom - Yet another cross-platform graphical process/system monitor

Text Processing and Viewing

  • ripgrep - Fast alternative to grep
  • delta - A viewer for git and diff output
  • hexyl - A command-line hex viewer
  • sad - CLI search and replace | Space Age sed

Development Tools

  • starship - The minimal, blazing-fast, and customizable prompt for any shell
  • alacritty - A cross-platform, OpenGL terminal emulator
  • zellij - A terminal workspace with batteries included (tmux alternative)
  • gitui - Blazing fast terminal-ui for git
  • just - A command runner and partial replacement for make
  • dprint - Pluggable and configurable code formatting platform

Utilities

  • xh - Friendly and fast tool for sending HTTP requests (httpie alternative)
  • tealdeer - A very fast implementation of tldr
  • broot - A better way to navigate directories

Applications

  • youki - An experimental container runtime

These Rust-based alternatives often provide improved performance, more features, and better user experiences compared to their traditional counterparts, showcasing Rust’s capabilities in systems programming and application development.

---EOF---