Add get-tags and count-tags scripts
All checks were successful
/ check (push) Successful in 1m38s

Add `get-tags` and `count-tags` scripts to get and count Git tags within
a repository, including the ability to filter tags - e.g. only get or
count tags that begin with a certain date.
This commit is contained in:
Oliver Davies 2025-07-11 12:28:42 +01:00
parent 559d5239c5
commit adfe90c99b
5 changed files with 39 additions and 0 deletions

View file

@ -9,9 +9,11 @@ in
_timer = callPackage ./_timer.nix { };
backup-websites = callPackage ./backup-websites.nix { };
build-glove80 = callPackage ./build-glove80.nix { };
count-tags = callPackage ./count-tags.nix { };
create-script = callPackage ./create-script.nix { };
dev-commit = callPackage ./dev-commit.nix { };
displayselect = callPackage ./displayselect { };
get-tags = callPackage ./get-tags.nix { };
git-graph = callPackage ./git-graph.nix { };
mounter = callPackage ./mounter.nix { };
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };