new script 'git-compose', allows you to easily group staged changes into several commits at once

This commit is contained in:
2024-11-17 03:44:21 -05:00
parent 287281907b
commit 03c5b9008e
4 changed files with 141 additions and 53 deletions

View File

@@ -10,6 +10,7 @@
# Scripts written using pkgs.writeShellApplication
icanhazip = super.callPackage ./scripts/commands/icanhazip.nix { pkgs = super; };
invoke = super.callPackage ./scripts/commands/invoke.nix { pkgs = super; self = root; };
git-compose = super.callPackage ./scripts/commands/git-compose.nix { pkgs = super; };
runbg = super.callPackage ./scripts/commands/runbg.nix { pkgs = super; };
splash = super.callPackage ./scripts/commands/splash.nix { pkgs = super; };
toolbelt = super.callPackage ./scripts/commands/toolbelt.nix { pkgs = super; };