cd-pls

Crates.iocd-pls
lib.rscd-pls
version0.1.7
created_at2024-09-25 13:37:07.322737+00
updated_at2024-12-06 07:39:51.587845+00
descriptionA pretty LS-like screen for when you CD.
homepage
repository
max_upload_size
id1386348
size436,090
Violet (vi013t)

documentation

README

pls

A pretty LS-like screen for when you cd.

demo

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.

Commit count: 0

cargo fmt