From b346ccdeb7ae1b340dba62687e3b0c90161e7933 Mon Sep 17 00:00:00 2001 From: Akshay Shekher Date: Sat, 13 Dec 2014 16:17:03 +0530 Subject: [PATCH] Updated the readme to reflect tab completion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 838485f..42d25c2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ things up with `make run`. * [x] set term width properly * [x] client map rather than list * [x] backfill chat history -* [ ] tab completion +* [x] tab completion * [x] /ban * [ ] /ban by ip * [x] /help @@ -88,7 +88,7 @@ things up with `make run`. * [ ] More tests. * [ ] Even more tests. * [ ] Lots of refactoring - * [ ] Pull out the chat-related stuff into isolation from the ssh serving +* [ ] Pull out the chat-related stuff into isolation from the ssh serving stuff