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

app lspath

针对PATH环境变量的非常基础的ls工具

3个版本

使用旧的Rust 2015

0.1.3 2024年2月21日
0.1.1 2018年12月11日
0.1.0 2018年11月14日

#7 in #ls

MIT/Apache

2KB

列出路径环境变量的简单工具

我需要一个列出$PATH中路径的方法,所以我编写了一个短的Rust程序来做到这一点(lspath)

该程序可以使用cargo安装

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

并运行

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

无运行时依赖