#env-var #path #variables #environment #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

Download history 2/week @ 2024-02-14 189/week @ 2024-02-21 23/week @ 2024-02-28 7/week @ 2024-03-06 8/week @ 2024-03-13 17/week @ 2024-03-27 36/week @ 2024-04-03

53 downloads per month

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