1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-04-22 19:50:33 +03:00

Updated the readme to reflect tab completion

This commit is contained in:
Akshay Shekher 2014-12-13 16:17:03 +05:30
parent 6a53c8f7e2
commit b346ccdeb7

@ -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