Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaliv0/unoxide
Commonly used Unix commands implemented in Rust
https://github.com/kaliv0/unoxide
Last synced: 10 days ago
JSON representation
Commonly used Unix commands implemented in Rust
- Host: GitHub
- URL: https://github.com/kaliv0/unoxide
- Owner: kaliv0
- License: mit
- Created: 2024-06-08T13:54:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T05:29:10.000Z (3 months ago)
- Last Synced: 2024-08-04T06:33:49.248Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commonly used Unix commands implemented in Rust
[![tests](https://github.com/kaliv0/unoxide/actions/workflows/test.yml/badge.svg)](https://github.com/kaliv0/unoxide/actions/workflows/test.yml)
Currently supports:
- echo
- cat
- head
- tail
- ls
- wc
- cut
- find
- grep
- uniq
- comm