irb.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [irb]
www.codever.land/bookmarks/t/irb
Clipboard
https://github.com/janlelis/clipboard
Access to the system clipboard on Linux, MacOS and Windows.
- tags: ruby, irb
- :octocat: source code
Hirb
https://github.com/cldwalker/hirb
A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
- tags: ruby, irb
- :octocat: source code
irbtools
https://github.com/janlelis/irbtools
Improvements for Ruby's IRB.
- tags: ruby, irb
- :octocat: source code
Looksee
https://github.com/oggy/looksee
A tool for illustrating the ancestry and method lookup path of objects. Handy for exploring unfamiliar codebases.
- tags: ruby, irb
- :octocat: source code
Pry
A powerful alternative to the standard IRB shell for Ruby.
- tags: ruby, irb
- :octocat: source code
rib
A lightweight and extensible IRB replacement.