aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/service.fish
blob: f9055c9e490c4ea864814f8de7e34c125a8c2672 (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)" --description "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'