Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertjohan/go.linenoise
Linenoise is a lightweight readline library.
https://github.com/geertjohan/go.linenoise
Last synced: 3 months ago
JSON representation
Linenoise is a lightweight readline library.
- Host: GitHub
- URL: https://github.com/geertjohan/go.linenoise
- Owner: GeertJohan
- License: bsd-2-clause
- Created: 2013-06-06T12:28:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T23:07:57.000Z (over 8 years ago)
- Last Synced: 2024-06-19T19:27:35.318Z (7 months ago)
- Language: C
- Homepage:
- Size: 316 KB
- Stars: 56
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go.linenoise
go.linenoise is a [go](http://golang.org) package wrapping the [linenoise](https://github.com/antirez/linenoise) C library.
This package does not compile on windows.
### Documentation
Documentation can be found at [godoc.org/github.com/GeertJohan/go.linenoise](http://godoc.org/github.com/GeertJohan/go.linenoise).
An example is located in the folder [examplenoise](examplenoise).### License
All code in this repository is licensed under a BSD license.
This project wraps [linenoise](https://github.com/antirez/linenoise) which is written by Salvatore Sanfilippo and Pieter Noordhuis. The license for linenoise is included in the files `linenoise.c` and `linenoise.h`.
For all other files please read the [LICENSE](LICENSE) file.