2 个版本
0.1.1 | 2022 年 9 月 29 日 |
---|---|
0.1.0 | 2022 年 9 月 28 日 |
26 在 #fish
8KB
116 行
shell-commands-freq
一个用 Rust 编写的简单程序,根据在指定 shell 中输入的次数打印出命令及其相应的频率。
支持的 shells:
-
bash
-
zsh
-
fish
用法
获取命令及其频率
# Replace "shell" with the name of your shell
shell-commands-freq "shell"
获取倒序排序
# Replace "shell" with the name of your shell
shell-commands-freq -r "shell"
安装
二进制源可通过 crates.io 获取,并可以使用 cargo 进行安装。
cargo install shell-commands-freq
依赖项
~3MB
~60K SLoC