#shell-history #command #inspecting #cli-tool #file #bash #most

app shell-hist

一个用于检查 shell 历史的 CLI 工具

2 个不稳定版本

0.2.0 2019年5月13日
0.1.0 2019年5月12日

#8#inspecting

MIT/Apache

86KB
343

shell-hist

查看您历史文件中最常用的 shell 命令

shell-hist Screenshot

james@laptop ➜ ~ shell-hist --help

shell-hist 0.2.0
James Munns <[email protected]>
A CLI tool for inspecting shell history

USAGE:
    shell-hist [FLAGS] [OPTIONS]

FLAGS:
        --flavor-bash      Manually select Bash history, overriding auto-detect
    -e, --display-exact    Show the most common exact commands
    -z, --display-fuzzy    Show fuzzy matched output. This is the default option.
    -h, --help             Prints help information
    -t, --display-heat     Show the most common command components
    -V, --version          Prints version information
        --flavor-zsh       Manually select ZSH history, overriding auto-detect

OPTIONS:
    -n <count>        How many items to show [default: 10]
    -f <file>         File to parse. Defaults to history file of selected or detected shell flavor

安装

cargo install shell-hist

升级

cargo install -f shell-hist

许可证

本项目根据 MIT 许可证和 Apache 许可证 v2.0 许可

本项目使用的许可证副本也可以在此找到

贡献

除非你明确表示,否则任何有意提交以包含在本作品中的贡献,如 Apache-2.0 许可证中定义,应按上述方式许可,不附加任何额外条款或条件。

依赖项

~7MB
~118K SLoC