aboutsummaryrefslogtreecommitdiffstats
path: root/commands/choose.go
Commit message (Collapse)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
| | | | | | | I'm not sure what are the implications but it seems required. Link: https://github.com/golang/go/issues/20883 Signed-off-by: Robin Jarry <robin@jarry.cc>
* gofmt fixesDrew DeVault2020-04-241-1/+1
|
* Add :choose commandRay Ganardi2020-04-241-0/+48
Usage: *choose* -o <key> <text> <command> [-o <key> <text> <command>]... Prompts the user to choose from various options.