feat(deps): add fish-deps unified dependency management command #17

Merged
rootiest merged 21 commits from feat/fish-deps into main 2026-05-19 03:53:52 +00:00
Showing only changes of commit a7c6b9097d - Show all commits
+1 -2
View File
@@ -71,8 +71,7 @@ function _fish_deps_install
end end
# Prompt: install this dep? # Prompt: install this dep?
set_color cyan; echo -n "Install $bin? "; set_color normal read -l -P (set_color cyan)"Install $bin?"(set_color normal)" [Y/n] " _reply
read -l -P "[Y/n] " _reply
if test "$_reply" = n; or test "$_reply" = N if test "$_reply" = n; or test "$_reply" = N
set i (math $i + 1) set i (math $i + 1)
continue continue