summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dirty `exit` invokation663-plugin-managementKyrylo Silin2012-11-211-1/+0
* Use Pager instead of stagger_outputKyrylo Silin2012-11-211-13/+11
* Refactor ClassCommand::Options#[]Kyrylo Silin2012-11-211-5/+1
* Define Options creation more exactlyKyrylo Silin2012-11-211-6/+8
* Update gemspecKyrylo Silin2012-11-212-4/+4
* Clean up unwanted blanksKyrylo Silin2012-11-211-1/+1
* Implement `uninstall` subcommandKyrylo Silin2012-11-212-1/+56
* Implement `install` subcommandKyrylo Silin2012-11-212-0/+37
* Refactor ClassCommand#slopKyrylo Silin2012-11-211-7/+6
* Integrate branch with masterKyrylo Silin2012-11-212-4/+4
* Create "plugin.rb" file from old "misc.rb"Kyrylo Silin2012-11-211-0/+105
* Rename "sub_command" to "subcommand"Kyrylo Silin2012-11-212-16/+16
* Implement "plugin status" subcommandKyrylo Silin2012-11-211-0/+1
* Use stagger_output for `plugin list` headersKyrylo Silin2012-11-211-14/+12
* Delegate `#remote_plugins` methodKyrylo Silin2012-11-211-1/+2
* Add basic support for remote pluginsKyrylo Silin2012-11-211-25/+181
* Extend ClassCommand so it can define sub commandsKyrylo Silin2012-11-212-22/+256
* Relocate `test_command_helpers.rb` to another dirKyrylo Silin2012-11-211-0/+0
* Add `Pry::Helpers::Text.wrap` methodKyrylo Silin2012-11-212-0/+44
* Fix indentation and typoKyrylo Silin2012-11-211-1/+2
* Implement rudimentary `plugin` commandKyrylo Silin2012-11-212-5/+5
* Refactor `--installed-plugins` switchKyrylo Silin2012-11-212-5/+15
* added notes.yml / removed bookmarks.yml (sorry guys)John Mair2012-11-212-5/+18
* added experimental bookmarks.yml file, Successfully installed pry-note-0.1.0John Mair2012-11-211-0/+5
* Always show @line in whereami [Fixes #754]Conrad Irwin2012-11-201-1/+1
* Revert "make whereami more consistent [Fixes #383]"Conrad Irwin2012-11-201-12/+6
* Add pager detection by using `which` commandKyrylo Silin2012-11-191-1/+3
* Revert "Make whereami more consistent (and less cheeky) [Fixes #383]"Conrad Irwin2012-11-183-16/+11
* Make whereami more consistent (and less cheeky) [Fixes #383]Conrad Irwin2012-11-183-11/+16
* make whereami more consistent [Fixes #383]Conrad Irwin2012-11-181-6/+12
* Don't start bond unless it's loadedConrad Irwin2012-11-181-6/+13
* Don't continually restart bondConrad Irwin2012-11-181-8/+10
* Also test against latest jrubyConrad Irwin2012-11-181-0/+1
* Fix specs on jruby-19mode on travisConrad Irwin2012-11-181-3/+3
* More spec fixtures aroundConrad Irwin2012-11-182-2/+2
* Merge remote-tracking branch 'rking/massive-test-renaming'Conrad Irwin2012-11-1854-21/+26
|\
| * Rename for tabcompletion-friendliness.☈king2012-11-1554-21/+26
* | Fix Indent.screen_size on jrubyConrad Irwin2012-11-182-17/+6
* | Test on jruby-{18,19}Conrad Irwin2012-11-181-1/+2
* | Work around bug in jruby 1.7 on JVM 7 on Linux [Fixes #732]Conrad Irwin2012-11-181-0/+12
* | update gemspecConrad Irwin2012-11-181-2/+2
* | force precedence of modules over methods when using C::X syntaxJohn Mair2012-11-152-4/+18
|/
* Add a space when completing command names and long optionsConrad Irwin2012-11-144-4/+4
* Add completion for gem-open and gem-cdConrad Irwin2012-11-144-5/+31
* Factor out logic for finding gemspecConrad Irwin2012-11-143-17/+19
* Add gem-open to open the gem in an editorConrad Irwin2012-11-141-0/+26
* Add Pry.critical_section to break pry inside pry [Fixes #729]Conrad Irwin2012-11-133-8/+42
* Support $ <object>::<method> [Fixes #719]Conrad Irwin2012-11-132-2/+8
* Completion for show-source/show-doc/?/$ Array#<tab>Conrad Irwin2012-11-082-0/+22
* Move hashrocket out of Pry.config.printConrad Irwin2012-11-086-20/+17