https://github.com/pry/pry-linenoise
Enables a Readline alternative called Linenoise in Pry (https://github.com/kyrylo/linenoise-rb)
https://github.com/pry/pry-linenoise
console debugger irb linenoise pry pry-plugin readline readline-library ruby runtime
Last synced: 2 months ago
JSON representation
Enables a Readline alternative called Linenoise in Pry (https://github.com/kyrylo/linenoise-rb)
- Host: GitHub
- URL: https://github.com/pry/pry-linenoise
- Owner: pry
- License: mit
- Created: 2019-01-03T16:03:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T16:42:05.000Z (over 6 years ago)
- Last Synced: 2025-02-20T22:37:04.756Z (3 months ago)
- Topics: console, debugger, irb, linenoise, pry, pry-plugin, readline, readline-library, ruby, runtime
- Language: Ruby
- Size: 78.1 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Pry Linenoise
=============[](http://badge.fury.io/rb/pry-linenoise)
[](https://rubygems.org/gems/pry-linenoise)
Introduction
------------A Pry plugin that enables the [Linenoise gem][linenoise-rb] in Pry. It
configures sensible defaults for Linenoise so you don't have to modify your
`pryrc`.Installation
------------### Bundler
Add the Pry Linenoise gem to your Gemfile:
```ruby
gem 'pry-linenoise', '~> 1.0'
```### Manual
Invoke the following command from your terminal:
```sh
gem install pry-linenoise
```Contact
-------In case you have a problem, question or a bug report, feel free to:
* [file an issue](https://github.com/pry/pry-linenoise/issues)
License
-------The project uses the MIT License. See LICENSE.md for details.
[linenoise-rb]: https://github.com/kyrylo/linenoise-rb