first commit

This commit is contained in:
hdvt
2026-03-28 16:48:16 +00:00
commit 0c097ebf97
15478 changed files with 850272 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# --- AUTOCOMPLETION ---
complete -c servicectl -f
set -l commands start stop restart status enable disable activate
complete -c servicectl -n "not __fish_seen_subcommand_from $commands" -a "$commands"
# Подсказываем имена сервисов из папки репозитория (SV_DIR)
complete -c servicectl -n "__fish_seen_subcommand_from $commands" -a "(command ls -1 /etc/s6/sv/ 2>/dev/null)"