diff --git a/TODO b/TODO index eb4eb85a..98c534e3 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,10 @@ * `pry -r` requires now happen after plugin loading (so as not to interfere with * new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related * add better error messages for `cd` command +* add command_prefix +* add toggle-command +* change some command names to include hyphen, e.g version => pry-version, install => install-command +* do cat --ex and edit --ex * fixed exotic object regression - BasicObject.new etc now return "=> unknown" * fix show-doc bug for ruby 1.8 and Kernel.fork