Skip to content

Andriamanitra/flwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it (https://github.com/andriamanitra/flwrap/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

like rlwrap but for fancyline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published