| Crates.io | ls-rs |
| lib.rs | ls-rs |
| version | 0.1.6 |
| created_at | 2025-07-21 14:49:09.094332+00 |
| updated_at | 2025-09-15 13:22:13.841215+00 |
| description | A Rust based colorful ls clone. |
| homepage | |
| repository | https://github.com/KushalMeghani1644/ls-rs |
| max_upload_size | |
| id | 1762133 |
| size | 59,324 |
A blazing-fast and colorful ls alternative written in Rust 🦀
Easily list directory contents with intuitive color coding, smart formatting, and robust error handling.
-a/--all flagcargo install ls-rs
git clone https://github.com/KushalMeghani1644/ls-rs
cd ls-rs
cargo build --release
# List current directory
ls-rs
# List specific directory
ls-rs /path/to/directory
# Show hidden files
ls-rs -a
ls-rs --all
# Show help
ls-rs -h
ls-rs --help
| File Type | Color | Example |
|---|---|---|
| Directory | Blue | Documents/ |
| Symlink | Cyan | link -> target |
| Executable | Green | script.sh |
| Image | Yellow | photo.jpg |
| Regular file | White | readme.txt |
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPLv3 License - see the LICENSE file for details.