#cd #icons #pls #screen #directory #color #information

app cd-pls

A pretty LS-like screen for when you CD

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

#789 in Command line utilities

Download history 142/week @ 2024-09-19 297/week @ 2024-09-26 7/week @ 2024-10-03 12/week @ 2024-10-10

458 downloads per month

MIT license

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–12MB
~84K SLoC