Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 286121 Details for
Bug 304819
app-portage/eix: request for bash-completion module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
eix bash completion
eix-bash-completion (text/plain), 254 bytes, created by
Martin Väth
on 2011-09-11 12:45:05 UTC
(
hide
)
Description:
eix bash completion
Filename:
MIME Type:
Creator:
Martin Väth
Created:
2011-09-11 12:45:05 UTC
Size:
254 bytes
patch
obsolete
># quick and dirty eix bash completion >_eix () { > local cur > COMPREPLY=() > _get_comp_words_by_ref cur > > COMPREPLY=( $( compgen -W "$( > for w in $(command eix --help) > do [[ $w =~ ^-- ]] && printf '%s\n' "$w" > done > )" -- "$cur" ) ) >} >complete -F _eix eix
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 304819
: 286121