| Crates.io | lsxd |
| lib.rs | lsxd |
| version | 0.1.19 |
| created_at | 2025-08-12 06:11:23.732181+00 |
| updated_at | 2025-08-28 20:14:04.967287+00 |
| description | A easy way to display directories and their size |
| homepage | https://github.com/vi17250/lsxd |
| repository | https://github.com/vi17250/lsxd |
| max_upload_size | |
| id | 1791422 |
| size | 48,110 |
A simple and naïve implementation of two unix commands (LS and DU) written in Rust ❤️
-d argument)-s argument)```bash
cargo install lsxd
```
Download lsxd from releases page
Unzip the .tar.gz archive
tar -zxvf {ARCHIVE.tar.gz}
Install lsxd binary:
install -m 111 lsxd /opt/lsxd
Run lsxd from everywhere on your computer
echo export PATH=$PATH:/opt/lsxd/ >> {PATH/TO/YOUR/.BASHRC_FILE}
| Arg | Description | Default | Example |
|---|---|---|---|
-d |
Display depth | 0 | -d 2 |
-s |
Sort by size | false | -s |
Due to the way the Linux file system works, folder sizes are rounded to the block size (4.0kb)