flwrap
Wrapper similar to rlwrap but using Crystal library fancyline instead of readline. Allows you to get history, some keyboard shortcuts for editing, and auto-completion in any program.
Installation
$ shards install
$ shards build --release
$ ./bin/flwrap --help
Usage
$ flwrap tclsh # without completions
$ flwrap -f completions.txt tclsh # with completions from file (one per line)
Contributing
- Fork it (https://github.com/andriamanitra/flwrap/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Andriamanitra - creator and maintainer