histat

Crates.iohistat
lib.rshistat
version1.1.0
sourcesrc
created_at2024-11-09 19:59:01.347428
updated_at2024-11-15 20:02:38.210962
descriptionZsh history stats
homepage
repositoryhttps://github.com/cheyao/histat.git
max_upload_size
id1442359
size17,221
Cyao (cheyao)

documentation

README

Histat

The history sumarizer for zsh

$ histat
579 ls
447 cd
426 git
319 sudo
295 ninja

Usage

$ 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

Commit count: 11

cargo fmt