juliencrn / term-history

CLI app that shows you which terminal programs you use most often.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

term-history

Little CLI app that shows you which terminal programs you use most often.

It supports alias resolution for zsh shell.

Usage

  1. Get your history file path
echo $HISTFILE
  1. Call the program with that file path as argument
cargo run <path/to/history/file>
  1. Options
# Enable colors
cargo run $HISTFILE --colors

# Change head length (max visible lines)
cargo run $HISTFILE --head 10

About

CLI app that shows you which terminal programs you use most often.


Languages

Language:Rust 100.0%