Commit Graph

15 Commits

Author SHA1 Message Date
Conrad Irwin c211912a72 Make "ls" robust to overridden send 2011-10-08 17:47:27 -07:00
Conrad Irwin 8c6a946181 Upgrade "ls" command 2011-10-08 17:47:27 -07:00
Ryan Fitzgerald a53fe2c5d1 use exceptions to handle command errors 2011-10-01 16:57:39 -07:00
John Mair 02addb1f73 updated tests for view_clip to reflect new behaviour (truncated #<> output) 2011-09-08 20:28:08 +12:00
John Mair a2b950df7e added Pry.config.ls.separator to allow further customization of ls output, defaults to 2 spaces 2011-09-08 18:34:18 +12:00
John Mair 740e2d0773 ls output colors can be configured using, e.g Pry.config.ls.local_var_color = :red. 2011-09-08 03:39:22 +12:00
John Mair b9cf73555a cleaned up ls command (just a little) 2011-08-12 16:04:37 +12:00
John Mair 0ec6166f1e added multiple colors to ls output, currently only configurable by modifying the hash in ls_color_map method 2011-08-09 22:29:05 +12:00
John Mair 50a1d0bcd0 migrating ls command away from array output 2011-08-07 08:14:11 +12:00
John Mair acae6bc2d1 fixed -s switch on ls command that was broken on Object itself and BasicObject, etc 2011-06-20 20:27:41 +12:00
John Mair a1c85e1561 changed -s switch for ls, now shows all methods EXCEPT those on Object, use -e switch to include Object methods 2011-06-16 01:38:23 +12:00
John Mair f23bb4ba8a explicitly using #inspect for the ls command 2011-06-09 03:35:27 +12:00
Rob Gleeson 7051c12730 Quash (most) warnings emitted by -w.
Two remain:

- two from method_source gem.
2011-05-19 19:07:40 +01:00
Mon ouïe 1750fe4d78 Got rid of CommandSet#name 2011-05-07 07:32:05 +02:00
John Mair 797b636f35 first start at reorganization and classification of commands 2011-05-01 22:25:37 +12:00