diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
commit | 0078064281b87f684fb76992bf8e5b834ff616ce (patch) | |
tree | ad8b24cd4cf6046e29f2b2e66b715ffd8c604434 /shells/p5-Term-ShellUI/pkg-descr | |
parent | bb4a6ed616610e2f2af74d7cccbf5d8c58a12c05 (diff) |
A new port: shells/p5-Term-ShellUI
Term::ShellUI uses the history and autocompletion features of Term::ReadLine
to present a sophisticated command-line interface to the user. It tries to
make every feature that one would expect to see in a fully interactive shell
trivial to implement.
You simply declare your command set and let ShellUI take
care of the heavy lifting.
WWW: http://search.cpan.org/dist/Term-ShellUI
Notes
Notes:
svn path=/head/; revision=183234
Diffstat (limited to 'shells/p5-Term-ShellUI/pkg-descr')
-rw-r--r-- | shells/p5-Term-ShellUI/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shells/p5-Term-ShellUI/pkg-descr b/shells/p5-Term-ShellUI/pkg-descr new file mode 100644 index 000000000000..97b22ee38d5b --- /dev/null +++ b/shells/p5-Term-ShellUI/pkg-descr @@ -0,0 +1,9 @@ +Term::ShellUI uses the history and autocompletion features of Term::ReadLine +to present a sophisticated command-line interface to the user. It tries to +make every feature that one would expect to see in a fully interactive shell +trivial to implement. + +You simply declare your command set and let ShellUI take +care of the heavy lifting. + +WWW: http://search.cpan.org/dist/Term-ShellUI |