Rich Enhanced Shell History - Contextual shell history for zsh and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
resh/go.mod

16 lines
544 B

module github.com/curusarn/resh
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/awesome-gocui/gocui v0.6.0
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mattn/go-shellwords v1.0.6
github.com/mb-14/gomarkov v0.0.0-20190125094512-044dd0dcb5e7
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/schollz/progressbar v1.0.0
github.com/spf13/cobra v0.0.5
github.com/whilp/git-urls v0.0.0-20160530060445-31bac0d230fa
)