This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-10 23:24:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4dae106911
fish-shell
/
share
/
completions
/
pkg_info.fish
2 lines
69 B
Fish
Raw
Normal View
History
Unescape
Escape
__fish_print_packages: Extract the rest Of note: The rpm/yum thing seems to be coupled, so I put it into one function that tries the yum helper and uses the rpm path otherwise. Zypper is already its own thing, so this should only be used for yum and probably dnf (does that still have the helper?) Zypper can be dropped, as that already used a separate function in the file. Apk can just be inlined - it's literally one line for installed and another for all packages.
2020-09-22 17:24:04 +00:00
complete
-c
pkg_info
-a
'(__fish_print_pkg_add_packages)'
-d
Package
Reference in a new issue
Copy permalink