Fry::ReadLine::Gnu - ReadLine plugin for Fry::Shell which uses Term::ReadLine::Gnu.


Fry-Shell documentation  | view source Contained in the Fry-Shell distribution.

Index


NAME

Top

Fry::ReadLine::Gnu - ReadLine plugin for Fry::Shell which uses Term::ReadLine::Gnu.

DESCRIPTION

Top

Note: This module is being overhauled so the syntax for defining autocompletion might change. Also completion for a command's arguments is currently disabled.

This module supports command history and autocompletion of options and commands. If a command has an arg attribute and defines an autocompletion subroutine then a command's expected arguments can be autocompleted. A completion subroutine must have the name cmpl_$arg where $arg is the name of the arg attribute. If autocompletion is called and none of the above autocompletion cases are detected then it defaults to autocompleting filenames.

AUTHOR

Top

Me. Gabriel that is. I welcome feedback and bug reports to cldwalker AT chwhat DOT com . If you like using perl,linux,vim and databases to make your life easier (not lazier ;) check out my website at www.chwhat.com.

COPYRIGHT & LICENSE

Top


Fry-Shell documentation  | view source Contained in the Fry-Shell distribution.