aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/service.fish
blob: 5fd4336ab7b1df45e37d7802710ff1797c15faac (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 (N_ "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'