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

https://github.com/xo/inputrc

inputrc parser for Go
https://github.com/xo/inputrc

Last synced: 9 months ago
JSON representation

inputrc parser for Go

Awesome Lists containing this project

README

          

# inputrc

Package `inputrc` provides a [Go implementation][go-project] of a [readline
inputrc][readline] parser.

[![Unit Tests][inputrc-ci-status]][inputrc-ci]
[![Go Reference][goref-inputrc-status]][goref-inputrc]
[![Tags][tag-status]][Tags]
[![Discord Discussion][discord-status]][discord]

[inputrc-ci]: https://github.com/xo/inputrc/actions/workflows/test.yml (Test CI)
[inputrc-ci-status]: https://github.com/xo/inputrc/actions/workflows/test.yml/badge.svg (Test CI)
[goref-inputrc]: https://pkg.go.dev/github.com/xo/inputrc (Go Reference)
[goref-inputrc-status]: https://pkg.go.dev/badge/github.com/xo/inputrc.svg (Go Reference)
[tag-status]: https://img.shields.io/github/v/tag/xo/inputrc?display_name=tag&sort=semver (Latest Tag)
[discord]: https://discord.gg/yJKEzc7prt (Discord Discussion)
[discord-status]: https://img.shields.io/discord/829150509658013727.svg?label=Discord&logo=Discord&colorB=7289da&style=flat-square (Discord Discussion)

[tags]: https://github.com/xo/inputrc/tags (Tags)

## Using

Please see the [package level examples][examples] in the Go package
documentation.

## About

`inputrc` was built primarily to support these projects:

* [usql][usql] - a universal command-line interface for SQL databases

[go-project]: https://golang.org/project
[readline]: https://tiswww.case.edu/php/chet/readline/rltop.html
[examples]: https://pkg.go.dev/github.com/xo/inputrc#pkg-examples
[usql]: https://github.com/xo/usql