mirror of
https://git.hugfreevikings.wtf/keybase/kbtui
synced 2026-07-22 16:23:50 +00:00
No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| .gitignore | ||
| .travis.yml | ||
| build.go | ||
| cmdClean.go | ||
| cmdConfig.go | ||
| cmdDelete.go | ||
| cmdDownload.go | ||
| cmdEdit.go | ||
| cmdExec.go | ||
| cmdFollow.go | ||
| cmdHelp.go | ||
| cmdInspect.go | ||
| cmdJoin.go | ||
| cmdPost.go | ||
| cmdReact.go | ||
| cmdReply.go | ||
| cmdShrug.go | ||
| cmdStream.go | ||
| cmdTags.go | ||
| cmdUnfollow.go | ||
| cmdUploadFile.go | ||
| cmdWall.go | ||
| cmdWallet.go | ||
| CODE_OF_CONDUCT.md | ||
| colors.go | ||
| CONTRIBUTING.md | ||
| defaultConfig.go | ||
| emojiMap.go | ||
| go.mod | ||
| go.sum | ||
| kbtui.toml | ||
| LICENSE | ||
| mage.go | ||
| main.go | ||
| README.md | ||
| tabComplete.go | ||
| tcmdShowReactions.go | ||
| types.go | ||
| userTags.go | ||
kbtui
Keybase TUI written in Go using @dxb's Keybase bot framework. It started as a joke, then a bash script, and now here it is!
For support or suggestions check out the kbtui team
Features
- Dark Mode (or rather mode based on Terminal Theme)
- Read and reply to messages
- Feed view to see mentions
- Stream view to see all incoming messages
- List view to show activity
- Chat view to interact with the current channel
- Marks unread messages in the List view
- Reactions to messages
- Auto #general teams when not given a channel
- Pretty format headers in List view from window size
- Message editing
- Twitter-style feed reading public messages
- Message replies
Todo
- Track multiple conversations at once
Building and Running
Easiest Way:
go get -u github.com/rudi9719/kbtui
Or you can do the following:
go get github.com/magefile/mage/mage
go run build.go {build, buildBeta... etc}
./kbtui
Mage is a requirement for building kbtui as it will automatically handle/manage imports as well as mage is used to generate the
file for emoji completion.