cd-pls

Crates.iocd-pls
lib.rscd-pls
version0.1.4
sourcesrc
created_at2024-09-25 13:37:07.322737
updated_at2024-09-26 13:50:13.657308
descriptionA pretty LS-like screen for when you CD.
homepage
repository
max_upload_size
id1386348
size14,889
Violet (vi013t)

documentation

README

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
Commit count: 0

cargo fmt