readline/README.md

24 lines
1.9 KiB
Markdown
Raw Normal View History

2015-09-23 08:12:20 +03:00
[![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline)
2016-09-02 17:37:16 +03:00
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Version](https://img.shields.io/github/tag/chzyer/readline.svg)](https://github.com/chzyer/readline/releases)
2016-02-11 07:21:32 +03:00
[![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline)
2015-09-27 04:05:04 +03:00
A powerful readline library in `Linux` `macOS` `Windows` `Solaris` `AIX`
2015-09-27 05:12:15 +03:00
2016-09-02 17:37:16 +03:00
## Guide
2015-09-27 04:05:04 +03:00
2016-09-02 17:37:16 +03:00
* [Demo](example/readline-demo/readline-demo.go)
2024-12-09 11:34:05 +03:00
* [Shortcut](docs/shortcut.md)
2015-09-27 04:05:04 +03:00
2016-09-02 17:37:16 +03:00
## Repos using readline
2016-09-02 17:37:16 +03:00
[![cockroachdb](https://img.shields.io/github/stars/cockroachdb/cockroach.svg?label=cockroachdb/cockroach)](https://github.com/cockroachdb/cockroach)
[![robertkrimen/otto](https://img.shields.io/github/stars/robertkrimen/otto.svg?label=robertkrimen/otto)](https://github.com/robertkrimen/otto)
2016-09-02 17:37:16 +03:00
[![empire](https://img.shields.io/github/stars/remind101/empire.svg?label=remind101/empire)](https://github.com/remind101/empire)
[![mehrdadrad/mylg](https://img.shields.io/github/stars/mehrdadrad/mylg.svg?label=mehrdadrad/mylg)](https://github.com/mehrdadrad/mylg)
[![knq/usql](https://img.shields.io/github/stars/knq/usql.svg?label=knq/usql)](https://github.com/knq/usql)
2016-09-02 17:37:16 +03:00
[![youtube/doorman](https://img.shields.io/github/stars/youtube/doorman.svg?label=youtube/doorman)](https://github.com/youtube/doorman)
[![bom-d-van/harp](https://img.shields.io/github/stars/bom-d-van/harp.svg?label=bom-d-van/harp)](https://github.com/bom-d-van/harp)
[![abiosoft/ishell](https://img.shields.io/github/stars/abiosoft/ishell.svg?label=abiosoft/ishell)](https://github.com/abiosoft/ishell)
[![Netflix/hal-9001](https://img.shields.io/github/stars/Netflix/hal-9001.svg?label=Netflix/hal-9001)](https://github.com/Netflix/hal-9001)
2024-12-09 11:34:05 +03:00
[![docker/go-p9p](https://img.shields.io/github/stars/docker/go-p9p.svg?label=docker/go-p9p)](https://github.com/docker/go-p9p)