Skip to content

A little tool to visually browse your console history

License

Notifications You must be signed in to change notification settings

semick-dev/history-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

history-view

A little tool to visually browse your console history.

What it looks like to scan through your history now:

first_bugfixes

Arguments

Argument Description
-s, --search Filter history by regex.
--c Don't invoke selected command, instead copy to clipboard.

Known Issues

  • Still uses subprocess to invoke. It should be mostly the same given that environment variables are passed in, but a straightforward return of the command is something that would be better.
  • Only supports Windows and Powershell.
  • Only adds to the long-term history. Not the history of the current shell (available via up/down)

Addendum

Yes, I am entirely aware that I could get the same affect in powershell with Get-History. Not the point!

About

A little tool to visually browse your console history

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages