diff --git a/README.md b/README.md index 9a132ed..27b455c 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ For support or suggestions check out the [kbtui team](https://keybase.io/team/kb * 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 ## Todo -* Reactions to messages * Message editing -* Pretty format headers in List view from window size * Twitter-style feed reading public messages * Track multiple conversations at once -* Auto #general teams when not given a channel ### Building and Running ``` @@ -34,4 +34,4 @@ go get ./ go run main.go ``` Occasionally when @dxb updates his API it will be necessary to run -`go get -u ./` \ No newline at end of file +`go get -u ./`