Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 347825

Summary: app-shells/compleat - Generate command-line completions using a simple DSL
Product: Gentoo Linux Reporter: maxb <max-braeu>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/mbrubeck/compleat/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-shells/compleat ebuild

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