1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Implement tab completion for words

This commit is contained in:
BayLee4 2023-01-12 19:23:50 +01:00
parent 63feece074
commit 0024beaedc
No known key found for this signature in database
GPG key ID: F38A8009E8321253
3 changed files with 40 additions and 2 deletions

3
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/kalafut/imohash v1.0.2
github.com/schollz/cli/v2 v2.2.1
github.com/schollz/logger v1.2.0
github.com/schollz/mnemonicode v1.0.1
github.com/schollz/mnemonicode v1.0.2-0.20190421205639-63fa713ece0d
github.com/schollz/pake/v3 v3.0.5
github.com/schollz/peerdiscovery v1.7.0
github.com/schollz/progressbar/v3 v3.12.2
@ -20,6 +20,7 @@ require (
require (
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect