From 1939139713644de343a7848378965ec3e962ac95 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 3 Dec 2023 04:13:30 +0000 Subject: [PATCH] Update entries about history and pager support (#797) --- COMPARED_WITH_PRY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPARED_WITH_PRY.md b/COMPARED_WITH_PRY.md index 0a852ba75..94bf3020f 100644 --- a/COMPARED_WITH_PRY.md +++ b/COMPARED_WITH_PRY.md @@ -16,7 +16,7 @@ Feel free to chip in and update this table - we appreciate your help! | Navigation | - `cd object` to enter `object`
- `cd ..` to leave the current object
- `nesting` to list nesting levels | - `pushws object`
- `popws`
- `workspaces` | We plan to refine IRB's commands in the future | | Runtime invocation | `binding.pry` | `binding.irb` | | | Command system | Yes | No | Planned in [#513](https://github.com/ruby/irb/issues/513) and [#588](https://github.com/ruby/irb/issues/588) | -| Input history | [Comprehensive support](https://github.com/pry/pry/wiki/History) | Retrieves previous input with Arrow-Up, but no associated commands | We plan to improve this in the future | -| Pager support | Command output and return value | Only command output | We plan to support paging return value too in the future | +| Input history | [Comprehensive support](https://github.com/pry/pry/wiki/History) | Supports retrieving previous input and the `history` command | The `history` command doesn't support as many flags yet, but contributions are welcome. | +| Pager support | Command output and return value | Command output and return value | | | Debugger integration | With `byebug` through [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) gem | Supports [`irb:rdbg`](https://github.com/ruby/irb#debugging-with-irb) sessions | | | Rails console | Through [`pry-rails`](https://github.com/pry/pry-rails) gem | Rails' default | Rails console with IRB doesn't have commands like `show-routes` or `show-models` |