lspath

Crates.iolspath
lib.rslspath
version0.1.3
sourcesrc
created_at2018-11-14 21:20:29.147587
updated_at2024-02-21 03:34:52.601428
descriptionVery basic ls tool for the PATH environment variable.
homepage
repository
max_upload_size
id96705
size1,870
James Bull (mrmaveric)

documentation

README

Simple tool for listing the path environment vairable

I needed a way to list the paths in $PATH so I wrote a short rust program to do that (lspath)

The program can be installed with cargo:

cargo install --git https://github.com/mrmaveric/lspath

And run:

lspath
C:\Program Files\PowerShell\7
C:\Program Files\Alacritty\
C:\Python312\Scripts\
C:\Python312\
...
Commit count: 0

cargo fmt