Skip to content

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

Notifications You must be signed in to change notification settings

juliencrn/term-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages