README.md in shellplay-0.0.6 vs README.md in shellplay-0.0.7
- old
+ new
@@ -3,11 +3,11 @@
This is a CLI tool for recording and presenting step by step operations from the console. It is targeted at presentations that would simulate live coding, without the random murphy factor of it.
It can record a session and playback from it, so if internet fails in your conference room you are safe.
-**Note: this is a work inprogress, nothing there to be seen yet, except for reading code.**
+**Note: this is a barely working, use at your own risk.**
## Installation
gem install shellplay
@@ -37,10 +37,11 @@
Then type enter to go next, or `?` to display list of available commands.
## Todo
-- handle the no-display entries
+- <s>handle the no-display entries</s>
+- write a shell colors parser of some sort because \e[1;33m sucks
- add a function in player to edit a screen
- when prototype is ready, switch to v0.1.0
- test coverage
- save and load sessions from gist
- add gist token to config or something