aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/init.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Display aliases in help messageStan Lo2023-11-261-4/+0
* [ruby/irb] Support disabling pagerStan Lo2023-11-261-0/+3
* [ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi2023-11-211-1/+1
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-091-0/+4
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-081-0/+1
* [ruby/irb] Minor refactors around irb.rbStan Lo2023-10-211-0/+36
* [ruby/irb] Remove unused `PROMPT_N`Summer ☀️2023-08-291-6/+0
* [ruby/irb] Drop showing indent level number in DEFAULT prompt andtomoya ishida2023-08-121-5/+5
* [ruby/irb] Remove unused Structima1zumi2023-02-251-2/+0
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+0
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA2022-12-271-1/+1
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-1/+1
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-0/+5
* [ruby/irb] Deprecate reidline flagsst00122022-11-151-0/+12
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-1/+4
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-031-0/+2
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-4/+2
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-1/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-4/+12
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-111-0/+4
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+5
* [ruby/irb] Improve stackprof measureUlysse Buonomo2021-06-211-2/+14
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-241-2/+2
* [ruby/irb] Enable to reassign a new block with "measure" commandaycabta2021-02-061-0/+8
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-061-1/+3
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-241-2/+12
* [ruby/irb] Support arg for measure commandaycabta2020-12-221-7/+7
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+55
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-171-1/+1
* [ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans2020-12-171-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-5/+2
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-0/+5
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-231-0/+9
* Use Reline.encoding_system_needs if existsaycabta2020-01-141-2/+6
* Remove an unused setting variableaycabta2020-01-141-1/+0
* Remove e2mmap dependencyaycabta2019-11-251-3/+3
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-211-1/+1
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-9/+9
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-5/+5
* Don't echo results of assignment expressionsSteven Willis2019-08-161-0/+5
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-5/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-061-0/+5
* Change PROMPT_S of simple-promptKazuhiro NISHIYAMA2019-07-151-1/+1
* Save history in IRB is enabled by defaultaycabta2019-07-151-1/+1
* Auto indent in IRB is enabled by defaultaycabta2019-07-151-1/+1
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-0/+4
* Add --colorize and --nocolorize options to IRBaycabta2019-05-211-0/+5
* Use Ripper for IRBaycabta2019-04-301-4/+0
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-4/+4