.. |
cat
|
update 'cat' command to use _pry_.config.default_window_size
|
2014-02-07 02:03:58 +01:00 |
edit
|
Inject _pry_ into Pry::Editor
|
2014-05-01 01:51:01 -07:00 |
ls
|
update 'ls' command to go through _pry_.config . closes #1126.
|
2014-02-08 19:17:37 +01:00 |
watch_expression
|
add color more confidently
|
2014-05-01 01:53:53 -07:00 |
amend_line.rb
|
Rollback untoward mutations.
|
2013-11-24 15:16:28 -08:00 |
bang.rb
|
Fix #1196
|
2014-04-27 14:13:48 -07:00 |
bang_pry.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
cat.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
cd.rb
|
Make object path resolution more robust (fix #957)
|
2014-04-28 00:41:19 -07:00 |
change_inspector.rb
|
add 'list-inspectors' & 'change-inspectors' commands.
|
2014-03-23 09:21:17 +01:00 |
change_prompt.rb
|
add 'list-prompts' and 'change-prompt' commands.
|
2014-03-19 14:53:28 +01:00 |
code_collector.rb
|
update lib/pry/commands/code_collector.rb to use _pry_.config.gist.inspecter.call
|
2014-02-07 02:03:58 +01:00 |
disable_pry.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
disabled_commands.rb
|
Rename "DEPRECATED" to "DISABLED"
|
2013-01-24 03:39:25 +02:00 |
easter_eggs.rb
|
No Pry.config in easter eggs
|
2014-05-01 01:51:01 -07:00 |
edit.rb
|
Inject _pry_ into Pry::Editor
|
2014-05-01 01:51:01 -07: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
|
Merge branch 'wip.refactor'
|
2013-01-18 00:19:38 -08:00 |
find_method.rb
|
Fix typo.
|
2014-04-27 14:10:44 -07: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
|
update oudated documentation for gem-install .
|
2014-04-27 14:12:33 -07: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
|
Move back to 'gist' gem
|
2014-04-27 22:24:20 -07:00 |
help.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
hist.rb
|
add color more confidently
|
2014-05-01 01:53:53 -07:00 |
import_set.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
install_command.rb
|
Command::InstallCommand: print explanation when a command is not found
|
2013-02-23 22:43:31 +02:00 |
jump_to.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
list_inspectors.rb
|
fix inconsistency in wording between list-prompts and list-inspectors
|
2014-03-24 18:16:04 +01:00 |
list_prompts.rb
|
add 'list-prompts' and 'change-prompt' commands.
|
2014-03-19 14:53:28 +01:00 |
ls.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
nesting.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
play.rb
|
Add print option to play command (resolves #864)
|
2013-12-12 10:11:00 +01:00 |
pry_backtrace.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
pry_version.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
raise_up.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
reload_code.rb
|
Minor refactor of reload-code command
|
2014-04-27 16:37:29 -07:00 |
reset.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
ri.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
save_file.rb
|
Update show-file docs
|
2013-01-11 14:14:14 -06:00 |
shell_command.rb
|
remove all Bond references from pry. rel #1180
|
2014-03-25 16:13:05 +01:00 |
shell_mode.rb
|
rename "*_completer" to "*_completions"
|
2014-02-03 19:46:07 +01:00 |
show_doc.rb
|
ShowDoc: display "current context" message
|
2013-03-13 13:15:58 +02:00 |
show_info.rb
|
Use _pry_.pager instead of Pry::Pager
|
2014-05-01 01:51:02 -07:00 |
show_input.rb
|
Prettify command descriptions, switches and stuff
|
2013-01-09 22:23:19 +02:00 |
show_source.rb
|
add color more confidently
|
2014-05-01 01:53:53 -07:00 |
simple_prompt.rb
|
group 'simple-prompt' toggle with other prompt commands in help .
|
2014-03-23 13:14:15 +01: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
|
update toggle-color to go through _pry_.color.
|
2014-03-23 16:40:08 +01:00 |
watch_expression.rb
|
add color more confidently
|
2014-05-01 01:53:53 -07:00 |
whereami.rb
|
add color more confidently
|
2014-05-01 01:53:53 -07:00 |
wtf.rb
|
Remove warnings [Fixes #869]
|
2013-03-02 16:01:55 -08:00 |