aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/service.fish
blob: e4d40a6d079bec6698f1d1dea3221d3da8d84d63 (plain)
1
2
3
4
5
6
7

# Fist argument is the names of the service, i.e. a file in /etc/init.d
complete -c service -n "test (count (commandline -poc)) = 1" -xa "(command ls /etc/init.d)" -d (_ "Service name")

#The second argument is what action to take with the service
complete -c service -n "test (count (commandline -poc)) -gt 1" -xa '$__fish_service_commands'