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

21 lines
720 B

module github.com/curusarn/resh
go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/awesome-gocui/gocui v1.0.0
github.com/coreos/go-semver v0.3.0
github.com/gdamore/tcell/v2 v2.4.0 // indirect
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mb-14/gomarkov v0.0.0-20210216094942-a5b484cc0243
github.com/mitchellh/go-ps v1.0.0
github.com/schollz/progressbar v1.0.0
github.com/spf13/cobra v1.2.1
github.com/whilp/git-urls v1.0.0
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
golang.org/x/text v0.3.8 // indirect
)