Liste de commandes ré-écrites en Rust, plus rapide que leurs équivalents Unix historiques
1. Commands
-
bat : another implementation of
cat
that manage colors and paging long outups -
Basic-HTTP-Server : replaces
python -m http.server
, can be installed viacargo install basic-http-server
-
broot : An interactive
tree
view, a fuzzy search, a balanced BFS descent and customizable commands. -
exa : it’s an
ls
but better -
fcat : a faster implementation of
cat
using splice (Linux and Android only) (explanations) -
fd : a simple, fast and user-friendly alternative to
find
-
hyperfine : a remplacement for
time
-
ripgrep : recursively searches directories for a regex pattern (
grep
like, 8x faster)
2. Operating systems
-
Redox-OS : a Unix-like Operating System written in Rust, aiming to bring the innovations of Rust to a modern microkernel and full set of applications.