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

@ -38,7 +38,9 @@
};
home.packages = with pkgs; [
count-tags
create-script
get-tags
tag-release
time-until
update-all-git-repos

View file

@ -99,8 +99,10 @@
home.packages = with pkgs; [
backup-websites
build-glove80
count-tags
create-script
displayselect
get-tags
qrencode
mounter
move-firefox-screenshots