These are some useful utilities written in Rust.
| Name | Description | Link |
|---|---|---|
ripgrep |
Recursively searches directories for a regex pattern. | github |
| Alacritty | Terminal emulator that uses GPU acceleration to be fast. | github |
| fselect | Find files with SQL-like queries. | github |
| coreutils | Cross-platform coreutils written in Rust. | github |
| rr | Debugger that allows recording executions. | website |
| Sequoia PGP | Modern, more intuitive implementation of GPG | website |
| rage | Rust implementation of age, a simple, secure and modern encryption tool with small explicit keys, no config options, and UNIX-style composability | github |
| bat | Like cat, but better and with syntax highlighting. |
github |
| dust | A more intuitive version of du in rust. | github |
| fd | A simple, fast and user-friendly alternative to ‘find’. | github |
| skim | Fuzzy Finder in rust! | github |
| exa | A modern replacement for ls. | github |
| procs | A modern replacement for ps written in Rust. | github |
| sd | ntuitive find & replace CLI (sed alternative) | github |
| hyperfine | A command-line benchmarking tool. | github |
| zenith | Zenith - sort of like top or htop but with zoom-able charts, network, and disk usage. | github |
| tokei | Count your code, quickly (replacement for cloc). | github |
| xsv | A fast CSV command line toolkit written in Rust. | github |
| delta | Diff viewer with syntax highlighting. | github |
| ffsend | Share files from the command line. Firefox Send client. | github |
| sekey | Use Touch ID / Secure Enclave for SSH Authentication! | github |
| librespot | Spotify | github |
| flamegraph | Generate flamegraphs for executables | github |
| xi editor | Editor with backend written in Rust. | github |