Overview
Comment: | fish: Rudimentary completion for pkg_{add,info}
Only allows completing package names. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
368fcf3d27ac27a5791815bde5be6132 |
User & Date: | js 2020-01-25 12:32:41 |
Context
2020-01-25
| ||
14:14 | Fix typo in ixio.fish check-in: 6c2fcad7cc user: js tags: trunk | |
12:32 | fish: Rudimentary completion for pkg_{add,info} check-in: 368fcf3d27 user: js tags: trunk | |
2020-01-24
| ||
03:21 | fish: Set a nicer title check-in: 1c4afa3fc9 user: js tags: trunk | |
Changes
Added config/fish/completions/pkg_delete.fish.
> | 1 | complete -c pkg_delete -x -a "(pkg_info | awk '{ print \$1 }')" |
Added config/fish/completions/pkg_info.fish.
> | 1 | complete -c pkg_info -x -a "(pkg_info | awk '{ print \$1 }')" |