Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gaborcsardi/readline
- Owner: gaborcsardi
- License: other
- Created: 2015-10-23T22:56:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T09:52:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T03:42:06.663Z (2 months ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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