1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/commands
☈king 14283aa51f Adjusting ls output for voluminous output
The previous table output was geared mostly for `ls _pry_`, which isn't
a common of hierarchy. After feedback from users such as @envygeeks, we
found a few tweaks that would help the really-small layers such as those
found in Rails or in small classes, namely:

- Rolling it up onto one line, if possible
- Highlighting the heading in the colors familiar to users of GNU ls for
  "directory" style

Additionally, I took the opportunity for toning down the
private/protected method colors, because before they were green and
yellow, now they're both "muted terminal blue"

Without the ability to really get in and really distinguish colors (e.g.
using 256 colors), giving "protected" such a loud color seems wrong.

Before recoloring:
  https://github.com/pry/pry/issues/813#issuecomment-12355179
After:
  https://github.com/pry/pry/issues/813#issuecomment-12355941
2013-01-17 23:15:31 +00:00
..
cat Pry::Command::Cat::FileFormatter: make format() private 2013-01-09 01:42:08 +01:00
edit Edit::MethodPatcher: remove unnecessary assignment 2013-01-16 15:50:45 +01:00
amend_line.rb play and amend-line: now use fix-indent to correct broken indentation 2013-01-12 22:29:33 +01:00
bang.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
bang_pry.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
cat.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
cd.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
code_collector.rb v0.9.11.1 bugfix 2013-01-16 16:35:01 +01:00
deprecated_commands.rb Add deprecated_commands API 2013-01-15 21:48:16 +01:00
disable_pry.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
easter_eggs.rb remove hysterical outburst from pessoa poem 2012-08-27 20:36:16 +12:00
edit.rb edit: ensure 'edit --ex' always edits the exception 2013-01-15 20:06:44 +01:00
exit.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
exit_all.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
exit_program.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
find_method.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
fix_indent.rb added fix-indent command 2013-01-12 22:29:32 +01:00
gem_cd.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_install.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_list.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gem_open.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
gist.rb gist: re-add 'jist' gem dependency with :requires_gem 2013-01-17 16:52:55 +01:00
help.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
hist.rb Update hist command to the new Slop API 2013-01-14 20:15:01 +02:00
import_set.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
install_command.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
jump_to.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
ls.rb Adjusting ls output for voluminous output 2013-01-17 23:15:31 +00:00
nesting.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
play.rb play and amend-line: now use fix-indent to correct broken indentation 2013-01-12 22:29:33 +01:00
pry_backtrace.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
pry_version.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
raise_up.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
reload_code.rb Pry::CodeObject: remove unnecessary 'target' parameter 2013-01-11 20:47:46 +01:00
reset.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
ri.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
save_file.rb Update show-file docs 2013-01-11 14:14:14 -06:00
shell_command.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
shell_mode.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
show_doc.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
show_info.rb Pry::CodeObject: remove unnecessary 'target' parameter 2013-01-11 20:47:46 +01:00
show_input.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
show_source.rb show-source: prettier error messages 2013-01-12 22:29:32 +01:00
simple_prompt.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
stat.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
switch_to.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
toggle_color.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
whereami.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
wtf.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00