Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347825 - app-shells/compleat - Generate command-line completions using a simple DSL
Summary: app-shells/compleat - Generate command-line completions using a simple DSL
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/mbrubeck/compleat/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-05 17:15 UTC by maxb
Modified: 2010-12-05 21:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-shells/compleat ebuild (compleat-9999.ebuild,1.15 KB, text/plain)
2010-12-05 17:16 UTC, maxb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maxb 2010-12-05 17:15:21 UTC
Hello,
please find my ebuild for app-shells/compleat: a very easy to use and customize shell completion tool.
Generate tab completion for any shell command by specifying its usage in a familiar manpage-like format. For example, a usage specification for top(1):

top [-b | -c | -H | -i | -s | -S | -d <delay> | -n <num> | -p <pid> ...] ... ;
top (-h|-v)

The only supported shells at the moment are bash and zsh.

Kind regards,
der Max

Reproducible: Always

Steps to Reproduce:
Comment 1 maxb 2010-12-05 17:16:08 UTC
Created attachment 256408 [details]
app-shells/compleat ebuild