cd-pls

Crates.iocd-pls
lib.rscd-pls
version0.1.11
created_at2024-09-25 13:37:07.322737+00
updated_at2025-10-04 17:16:52.89905+00
descriptionA pretty ls-like command for listing files.
homepage
repository
max_upload_size
id1386348
size444,580
vi (vi013t)

documentation

README

pls

A pretty LS-like screen for when you cd.

demo

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.

Commit count: 0

cargo fmt