new compdefs
This commit is contained in:
parent
0b666d1cf6
commit
58cc14e1aa
2 changed files with 157 additions and 0 deletions
8
compdef/_mediathek
Normal file
8
compdef/_mediathek
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef mediathek
|
||||
|
||||
function _mediathek {
|
||||
typeset -a targets
|
||||
targets=("${(@f)$(mediathek -l)}")
|
||||
_describe target targets
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue