Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaborcsardi/readline

Read a line from the console
https://github.com/gaborcsardi/readline

Last synced: 13 days ago
JSON representation

Read a line from the console

Awesome Lists containing this project

README

        

# readline

> Nice and Easy Terminal Input

[![Linux Build Status](https://travis-ci.org/gaborcsardi/readline.svg?branch=master)](https://travis-ci.org/gaborcsardi/readline)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/readline?svg=true)](https://ci.appveyor.com/project/gaborcsardi/readline)
[![](http://www.r-pkg.org/badges/version/readline)](http://www.r-pkg.org/pkg/readline)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/readline)](http://www.r-pkg.org/pkg/readline)

Read a line or a paragraph from the terminal. It supports ANSI colors and
UniCode characters. It also supports input history and TAB completion.
It uses the [linenoise](https://github.com/antirez/linenoise.git) library.

## Installation

Once on CRAN install the package the usual way:

```r
install.packages("readline")
```

## Usage

```r
library(readline)
```

## License

BSD © Salvatore Sanfilippo, Pieter Noordhuis, Yuji Hirose, Gábor Csárdi