#env-var #path #tool #ls #basic

app lspath

Very basic ls tool for the PATH environment variable

3 releases

Uses old Rust 2015

0.1.3 Feb 21, 2024
0.1.1 Dec 11, 2018
0.1.0 Nov 14, 2018

#7 in #ls

MIT/Apache

2KB

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\
...

No runtime deps