5 releases
0.1.4 | Sep 26, 2024 |
---|---|
0.1.3 | Sep 26, 2024 |
0.1.2 | Sep 26, 2024 |
0.1.1 | Sep 25, 2024 |
0.1.0 | Sep 25, 2024 |
#2328 in Command line utilities
35 downloads per month
6KB
98 lines
pls
A pretty LS-like screen for when you cd.
Running pls
clears the screen and lists files and directories in the current directory, with icons and color information.
Installation & Setup
First, install pls
:
cargo install cd-pls
Unix
Create a function in 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
.
Windows
Create a batch file somewhere in your PATH:
@echo off
cd %1
pls
Dependencies
~1–11MB
~81K SLoC