https://github.com/hugsy/modern
A tool to unify the command line of Windows/Linux/MacOS using modern Rust tools
https://github.com/hugsy/modern
command-line coreutils linux macos rust windows
Last synced: 10 months ago
JSON representation
A tool to unify the command line of Windows/Linux/MacOS using modern Rust tools
- Host: GitHub
- URL: https://github.com/hugsy/modern
- Owner: hugsy
- Created: 2021-08-24T15:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T21:57:54.000Z (over 3 years ago)
- Last Synced: 2025-04-10T06:06:44.069Z (10 months ago)
- Topics: command-line, coreutils, linux, macos, rust, windows
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Unix tool | Rust version | Windows compatible? | Has prebuild? |
|:---:|:---:|:---:|:---:|
| `cat` | [`bat`](https://github.com/sharkdp/bat) | ✔ |
|
| `cd` | [`zoxide`](https://github.com/ajeetdsouza/zoxide) | ✔ |
|
| `cloc` | [`tokei`](https://github.com/XAMPPRocky/tokei) | ✔ |
|
| `curl` | [`xh`](https://github.com/ducaale/xh) | ✔ |
|
| `diff` | [`delta`](https://github.com/dandavison/delta) | ✔ |
|
| `dig` | [`dog`](https://github.com/ogham/dog) | ✔ |
|
| `find` | [`fd`](https://github.com/sharkdp/fd) | ✔ |
|
| `git` | [`gitoxide`](https://github.com/Byron/gitoxide) | ✔ | |
| `grep` | [`ripgrep`](https://github.com/BurntSushi/ripgrep) | ✔ |
|
| `hexdump` | [`hex`](https://github.com/sitkevij/hex) | ✔ |
|
| `hexdump` ⭐ | [`hexyl`](https://github.com/sharkdp/hexyl) | ✔ |
|
| `jq` | [`jql`](https://github.com/yamafaktory/jql) | ✔ | |
| `ls` | [`exa`](https://github.com/ogham/exa) | ✔ |
|
| `ls` ⭐ | [`lsd`](https://github.com/Peltoche/lsd) | ✔ |
|
| `nano` ⭐ | [`lino`](https://github.com/ahmednooor/lino) | ✔ | |
| `nano` | [`ox`](https://github.com/curlpipe/ox) | ❌ |
|
| `nc` | [`rustcat`](https://github.com/robiot/rustcat) | ✔ |
|
| `ps` | [`procs`](https://github.com/dalance/procs) | ✔ |
|
| `sed` | [`sd`](https://github.com/chmln/sd) | ❌ |
|
| `spotify` | [`psst`](https://github.com/jpochyla/psst) | ✔ | |
| `time` | [`hyperfine`](https://github.com/sharkdp/hyperfine) | ✔ |
|
| `top` | [`bottom`](https://github.com/ClementTsang/bottom) | ✔ |
|
| `tree` | [`broot`](https://github.com/Canop/broot) | ✔ | |
| `objdump` | [`bingrep`](https://github.com/m4b/bingrep) | ✔ | |
| `vim` | [`helix`](https://github.com/helix-editor/helix) | ✔ |
|
| `vim` ⭐ | [`neovide`](https://github.com/neovide/neovide) | ✔ | |
| `wc` | [`cw`](https://github.com/Freaky/cw) | ✔ | |