Crates.io | histat |
lib.rs | histat |
version | 1.1.0 |
source | src |
created_at | 2024-11-09 19:59:01.347428 |
updated_at | 2024-11-15 20:02:38.210962 |
description | Zsh history stats |
homepage | |
repository | https://github.com/cheyao/histat.git |
max_upload_size | |
id | 1442359 |
size | 17,221 |
The history sumarizer for zsh
$ histat
579 ls
447 cd
426 git
319 sudo
295 ninja
$ histat --help
Zsh history stats
Usage: histat [OPTIONS]
Options:
-f, --file <FILE> [default: ~/.zsh_history]
-l, --lines <LINES> [default: 5]
-h, --help Print help
-V, --version Print version
NOTE: The history file defaults to ~/.zsh_history
because there is no way to access the $HISTFILE shell variable