home/git/switch-interactive: add colors, list tags

This commit is contained in:
2026-01-18 03:00:44 +09:00
parent cadba619d1
commit ca8f9efe05
2 changed files with 129 additions and 8 deletions

View File

@@ -350,6 +350,7 @@ lib.mkIf cfg.enable {
text = lib.fileContents ./scripts/git-switch-interactive.sh;
excludeShellChecks = [
"SC2001" # (style): See if you can use ${variable//search/replace} instead. (sed invocation)
"SC2155"
];
})
(pkgs.writeShellApplication {