| Crates.io | iyanls |
| lib.rs | iyanls |
| version | 0.4.3 |
| created_at | 2025-06-16 12:11:12.831639+00 |
| updated_at | 2025-07-10 15:09:36.367623+00 |
| description | My custom build of `ls` in Rust. |
| homepage | |
| repository | https://github.com/lordpaijo/iyanls |
| max_upload_size | |
| id | 1714212 |
| size | 367,864 |
Iyanls is an open-source, powerful and flexible alternative tool to GNU Core Utilities ls. Written on top of the Rust programming language, it offers a wide range of features and robust power for a searching tool.

$ cargo install iyanls
Or use the executable files from assets.
$ git clone https://github.com/lordpaijo/iyanls.git
$ cd iyanls
$ cargo build --release
Make sure to add the target/release directory to your PATH environment variable.
$ iyanls | ils [path] [options]
Examples:
$ iyanls | ils
$ iyanls | ils /path/to/directory
$ iyanls | ils --deep /path/to/directory
$ iyanls | ils --json /path/to/directory
$ iyanls | ils --grab string /path/to/directory
See iyanls -h for more information, or read the documentation.
Inspiration: https://youtu.be/5UA9UWWAagc?si=nceQeo-33Cpjpb-e