configs  Check-in [368fcf3d27]

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: 368fcf3d27ac27a5791815bde5be61320d26dee1de1908ecebedd29021b85b0f
User & Date: js on 2020-01-25 12:32:41
Other Links: manifest | tags
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 version [bf85d7287f].



>
1
complete -c pkg_delete -x -a "(pkg_info | awk '{ print \$1 }')"

Added config/fish/completions/pkg_info.fish version [a0b5a685cb].



>
1
complete -c pkg_info -x -a "(pkg_info | awk '{ print \$1 }')"