commit outputs can now be colored with a new script color-commit

This commit is contained in:
2024-11-17 13:03:49 -05:00
parent 76be210ec3
commit beedfd1be2
8 changed files with 66 additions and 14 deletions

View File

@@ -215,3 +215,12 @@ included in my nixpkgs overlay as custom packages, and these packages are declar
- *Usage*:
- `switchmon` - Does not take arguments.
- *Defined in*: `overlay/scripts/wm-controls/switchmon.nix`
---
- **color-commit**
- *Description*:
- Colorizes the output of `git commit` if piped into it via stdin
- *Usage*:
- `git commit -m "message" | color-commit`
- *Defined in*: `overlay/scripts/misc/color-commit.nix`