pry / pry-linenoise

Enables a Readline alternative called Linenoise in Pry (https://github.com/kyrylo/linenoise-rb)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pry Linenoise

Gem Version Downloads

Introduction

A Pry plugin that enables the Linenoise gem 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:

gem 'pry-linenoise', '~> 1.0'

Manual

Invoke the following command from your terminal:

gem install pry-linenoise

Contact

In case you have a problem, question or a bug report, feel free to:

License

The project uses the MIT License. See LICENSE.md for details.

About

Enables a Readline alternative called Linenoise in Pry (https://github.com/kyrylo/linenoise-rb)

License:MIT License


Languages

Language:Ruby 100.0%