Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/attoutils
A Rust reimplementation of some *nix utils for educational purposes
https://github.com/lunacookies/attoutils
Last synced: 16 days ago
JSON representation
A Rust reimplementation of some *nix utils for educational purposes
- Host: GitHub
- URL: https://github.com/lunacookies/attoutils
- Owner: lunacookies
- License: isc
- Created: 2019-11-01T10:50:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T10:29:53.000Z (about 5 years ago)
- Last Synced: 2024-10-22T18:26:27.705Z (2 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# attoutils
A reimplementation of a few basic \*nix utilities (inspired by Plan 9) in Rust for learning purposes. So far this repo includes:
- `cat`
- `column`
- `ls`
- `sort`
- `walk`Also included is `trs`, a handy utility for trashing files.