Skip to content

danmarg/sqish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqISH

Sql Interactive Shell History

Why store your shell history in easy-to-use plain text files when you can store it in a structured database instead?

Usage

Note that I haven't figured out what shell hooks are needed to make this work for Bash. These instructions are presently ZSH-only.

$ GOPATH=$PWD go get github.com/danmarg/sqish
$ source ./src/github.com/danmarg/sqish/sqish.zshrc
$ # do some stuff...
$ ^Z

^Z (or squish search) brings up an interactive search UI. Press return to execute the command currently highlighted, type to search via substring, or use the arrow keys to navigate.

About

SQl Interactive Shell History

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages