Skip to content

mkomo/hist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

hist

A shell history utility for bash.

I use this utility instead of the history builtin in bash. It allows me to do some things that are not possible with the standard builtin as well as some things that are not otherwise easy or straightforward:

  1. retain my history forever and aggregate it across computers
  2. immediately see commands that were executed in other terminal sessions.
  3. retain with each history entry information including: shell PID, exit code, and pwd at the time of execution.
  4. query my entire history efficiently using hist -ag $REGEXP, where $REGEXP can include the datetime, shell id, directory of execution or any part of the command

About

A shell history utility for bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages