| Crates.io | lspath |
| lib.rs | lspath |
| version | 0.1.3 |
| created_at | 2018-11-14 21:20:29.147587+00 |
| updated_at | 2024-02-21 03:34:52.601428+00 |
| description | Very basic ls tool for the PATH environment variable. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 96705 |
| size | 1,870 |
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\
...