From 0e1e5524b3baccb00fda9bd0e25665ee3f33d9bc Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 8 Apr 2011 10:30:23 +1200 Subject: [PATCH] updated TODO --- TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 1a27ebfe..7f45cfa2 100644 --- a/TODO +++ b/TODO @@ -5,8 +5,7 @@ FUTURE 0.8.0 * add ; at end of line to suppress return value output * Remove message spam (before/after hooks) -* stop commands returning a value and allow all statements to suppress - values being returned by ending line in ';' +* stop commands returning a value * use `redo` in the r() method when encounter a command * shell functionality should just use system(), but redirect in and out to Pry.input and Pry.output by reassining $stdin and $stdout @@ -15,7 +14,7 @@ FUTURE * fix documentation, support rdoc and yard properly * only load Ripper if 1.9 AND MRI (support jruby 1.9, using RubyParser) -* secret :cd and :pwd and :ls commands +* shell commands invokable file . * supercharge cat-file so it can syntax highlight sourcecode files