From a0bb054d8a9bbdf755c449f6796cc4b287452942 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 2 Oct 2019 13:21:26 -0400 Subject: [PATCH] Readme feature update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ./`