Lee Jarvis
|
3ff75dd20a
|
whitespace cleanup in one hit
|
2011-04-18 22:31:39 +01:00 |
|
John Mair
|
1c4aeb414a
|
chaned Pry::FILE_PROMPT to Pry::SHELL_PROMPT
|
2011-04-16 21:30:22 +12:00 |
|
John Mair
|
479c44a107
|
added execution of shell commands when ':' is first char of command,
forwards to system(). Added back in #{direc} before requires as
without it the installed gems were interferring
|
2011-04-07 15:31:03 +12:00 |
|
John Mair
|
d057388d17
|
added custom_completions.rb for customizable tab completions
|
2011-04-07 04:59:09 +12:00 |
|
John Mair
|
f1c5fa4a69
|
version 0.6.7pre3, getting syntax higlighting working and adding new commands to pry commandline, see TODO
|
2011-03-03 00:18:26 +13:00 |
|
John Mair
|
33780cc77d
|
Version 0.4.9pre1. Added show_command, added -g option to ls and got it working in combination with -c, e.g ls -gc. Changed documentation for !
|
2011-02-14 04:49:53 +13:00 |
|
John Mair
|
0f028ff7bc
|
updating docs, and added --private flag to .yardopts to include private methods in documentation
|
2011-01-21 14:15:25 +13:00 |
|
John Mair
|
cb9df87779
|
more docs for hooks, print, and prompts
|
2011-01-19 21:40:43 +13:00 |
|
John Mair
|
500456032c
|
oops, fixed bug in prompts.rb where was using nest instead of nest_level
|
2011-01-16 13:21:30 +11:00 |
|
John Mair
|
056751245f
|
FInished documenting all customizable options in README.markdown; just cleanup and clarification and example programs left before 0.4.0 release
|
2011-01-14 22:12:43 +11:00 |
|
John Mair
|
878ca414d7
|
adding back a bunch of tests, almost finished. Also renamed default_prompt to prompt and prompt to get_prompt, etc
|
2011-01-08 01:25:24 +13:00 |
|
John Mair
|
4f92957e9b
|
start at docs
|
2010-12-28 16:56:23 +13:00 |
|
John Mair
|
47d34790e7
|
combined default_prompt and wait_prompt into one prompt array called default_prompt; added ls_methods and ls_imethods commands, version bump to 0.4.0
|
2010-12-28 01:36:29 +13:00 |
|
John Mair
|
7135d5179e
|
minor changes: added Pry instance (__pry__) to status, changed _pry_ to __pry__, minor aesthetic changes..decreased ljust() for help, changed cd .. match in command_info to regex
|
2010-12-28 00:45:47 +13:00 |
|
John Mair
|
6b3a6871fc
|
split Pry into 3 more files: pry_class (for class methods) pry_instance (instance methods) and core_extensions, for extensions to Object (e.g pry and __binding__ methods)
|
2010-12-26 02:59:37 +13:00 |
|