12 releases
| 0.1.11 | Oct 4, 2025 |
|---|---|
| 0.1.10 | Oct 4, 2025 |
| 0.1.7 | Dec 6, 2024 |
| 0.1.4 | Sep 26, 2024 |
#800 in Filesystem
421 downloads per month
290KB
158 lines
pls
A pretty LS-like screen for when you cd.
Running pls lists files and directories in the current directory, with icons and color information.
Installation
pls can be installed through cargo:
cargo install cd-pls
Usage
pls as a standalone command acts very similar to ls:
pls <DIR>
To have pls automatically clear the screen and rerun upon directory changes, add the following to your .bashrc or somewhere else that's sourced:
eval "$(pls --init)"
Note that this will automatically override your cd, mv, touch, and rm to use pls.
Dependencies
~4.5–8.5MB
~163K SLoC