https://github.com/tristandunn/configuration-inputrc
Install a readline initialization file.
https://github.com/tristandunn/configuration-inputrc
Last synced: about 2 months ago
JSON representation
Install a readline initialization file.
- Host: GitHub
- URL: https://github.com/tristandunn/configuration-inputrc
- Owner: tristandunn
- Created: 2020-10-18T23:26:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T02:02:39.000Z (over 4 years ago)
- Last Synced: 2025-01-19T08:41:59.677Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inputrc
Install a readline initialization file from [src/inputrc][].
## Commands
### install
Appends to the `~/.inpurc` file, creating it if it does not exist.
### lint
Lints the scripts in `./bin` with [`shellcheck`][].
### pull
Updates the `git` repository.
### uninstall
Removes from the `~/.inputrc` file, deleting the file if empty after.
### update
Uninstalls the plug-in, pulls updates, and installs the plug-in.
[src/inputrc]: src/inputrc
[`shellcheck`]: https://github.com/koalaman/shellcheck