From 61d304f0677b8a6399ccde2c0af85d6609b4ef00 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 8 Jun 2021 18:23:57 -0700 Subject: [PATCH] Add a few more macports completions --- assets/default/fish/completions/port.fish | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/default/fish/completions/port.fish b/assets/default/fish/completions/port.fish index a3e6783..1ca44b5 100644 --- a/assets/default/fish/completions/port.fish +++ b/assets/default/fish/completions/port.fish @@ -61,6 +61,11 @@ complete -f -c port -n '__fish_port_needs_command' -s f -d 'Force mode, ignore s complete -r -c port -n '__fish_port_needs_command' -s D -d 'Specify portdir' complete -r -c port -n '__fish_port_needs_command' -s F -d 'Read and proccess the file of commands' +# selfupdate +complete -f -c port -n '__fish_port_needs_command' -a 'selfupdate' -d 'Sync macports and ports tree' + +# sync +complete -f -c port -n '__fish_port_needs_command' -a 'sync' -d 'Sync ports tree' # activate complete -f -c port -n '__fish_port_needs_command' -a activate -d 'Activates installed portname'