Keybase bot that allows users to create macro commands
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.
|
module git.hugfreevikings.wtf/bots/macro |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
|
github.com/kf5grd/keybasebot v1.7.0 |
|
github.com/urfave/cli/v2 v2.3.0 |
|
samhofi.us/x/keybase/v2 v2.1.1 |
|
)
|
|
|