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
- Host: GitHub
- URL: https://github.com/xo/inputrc
- Owner: xo
- License: mit
- Created: 2022-09-04T21:33:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T01:12:56.000Z (over 1 year ago)
- Last Synced: 2025-04-04T02:33:49.218Z (9 months ago)
- Language: Go
- Size: 108 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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