https://github.com/violhex/simplels
A simple ls command written in rust.
https://github.com/violhex/simplels
Last synced: 4 months ago
JSON representation
A simple ls command written in rust.
- Host: GitHub
- URL: https://github.com/violhex/simplels
- Owner: violhex
- License: mit
- Created: 2025-06-18T09:47:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T09:56:11.000Z (about 1 year ago)
- Last Synced: 2025-06-18T10:49:42.224Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplels
A simple ls command written in rust.
# goals
- [x] completed
# build
1. `git clone` the project
2. `cd` into the project
3. `cargo build --release`
4. `run`