Skip to content

Commit abced20

Browse files
crpbokdana
authored andcommitted
github zsh-users#131: completion: add debmany, dhomepage, dpkg-info, which-pkg-broke
dhomepage tweaked by dana
1 parent 2a3b09d commit abced20

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-06-05 dana <[email protected]>
2+
3+
* Christopher Bock: github #131:
4+
Completion/Debian/Command/_debmany,
5+
Completion/Debian/Command/_dhomepage,
6+
Completion/Debian/Command/_dpkg-info,
7+
Completion/Debian/Command/_which-pkg-broke: complete debmany,
8+
dhomepage, dpkg-info, which-pkg-broke
9+
110
2025-06-04 dana <[email protected]>
211

312
* bryango: github #138: Completion/Darwin/Command/_networksetup:

Completion/Debian/Command/_debmany

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#compdef debmany
2+
3+
_deb_packages avail
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#compdef dhomepage
2+
3+
local arguments
4+
5+
arguments=(
6+
'(-v --vcs)'{-v,--vcs}'[open VCS homepage instead]'
7+
'(-e --echo)'{-e,--echo}'[only print URL]'
8+
'(- : *)'{-h,--help}'[show help]'
9+
'(- : *)--version[show version information]'
10+
':package:_deb_packages avail'
11+
)
12+
13+
_arguments -A '-*' : $arguments
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#compdef dpkg-info
2+
3+
_deb_packages avail
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#compdef which-pkg-broke
2+
3+
_deb_packages avail

0 commit comments

Comments
 (0)