No description
Find a file
2021-05-28 00:57:59 +09:00
.github Add youki (#6) 2021-05-28 00:26:09 +09:00
results Replace yaml with yml (#3) 2021-05-26 01:57:36 +09:00
src Replace yaml with yml (#3) 2021-05-26 01:57:36 +09:00
.gitignore first commit 2021-05-25 22:10:01 +09:00
Cargo.lock Add ci.yml (#1) 2021-05-26 00:10:43 +09:00
Cargo.toml Add ci.yml (#1) 2021-05-26 00:10:43 +09:00
CONTRIBUTING.md add CI status badge 2021-05-27 23:36:51 +09:00
LICENSE Create LICENSE 2021-05-27 23:43:52 +09:00
README.md add rslint (#9) 2021-05-28 00:57:59 +09:00

Awesome Rewrite It In Rust (RIIR)

github workflow status

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

If you want to contribute, please read CONTRIBUTING.md.

Table of contents

Applications

Container

runc

  • youki - An experimental container runtime written in Rust

System tools

cat

  • bat - A cat(1) clone with wings.

du

  • dust - A more intuitive version of du in rust

find

  • fd - A simple, fast and user-friendly alternative to 'find'

fzf

  • skim - Fuzzy Finder in rust!

hexdump

  • hexyl - A command-line hex viewer

ls

  • exa - A replacement for 'ls'
  • lsd - An ls with a lot of pretty colors and awesome icons
  • nat - ls alternative with useful info and a splash of color 🎨

nvm

  • fnm - 🚀 Fast and simple Node.js version manager, built in Rust

ps

  • procs - A modern replacement for ps written in Rust

rm

  • rip - A safe and ergonomic alternative to rm

sed

  • sd - Intuitive find & replace CLI (sed alternative)

tldr

  • tealdeer - A very fast implementation of tldr in Rust.

top

  • bottom - Yet another cross-platform graphical process/system monitor.
  • ytop - A TUI system monitor written in Rust

Text processing

grep

  • ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore

Development tools

Linters

ESLint

  • RSLint - A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate