#better #looking #command #ls #file #alias

app ls-enhanced

更美观的 ls 命令

5 个版本

新品 0.1.4 2024年8月23日
0.1.3 2024年8月19日
0.1.2 2024年8月15日
0.1.1 2024年8月11日
0.1.0 2024年8月11日

#388配置

Download history 291/week @ 2024-08-09 198/week @ 2024-08-16

每月 489 次下载

MIT 许可证

20KB
451

更美观的文件列表工具


安装

使用 cargo

cargo install ls-enhaced --locked

为了更好的可用性,请将命令添加为别名

alias lse="ls-enhaced"

从源代码

git clone https://github.com/LelouchFR/ls-enhaced.git
mkdir ~/.config/lse
mv .github/config.toml ~/.config/lse/config.toml
cargo run

在您的环境中添加别名

alias lse="path/to/executable"

从源代码使用的优缺点

如果您使用 cargo 版本,您无需自己添加配置文件,它将在首次执行时自动为您生成,但可能会有些“杂乱”,不像从源代码构建的版本。

依赖项

~0.6–11MB
~68K SLoC