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:
parent
559d5239c5
commit
adfe90c99b
5 changed files with 39 additions and 0 deletions
|
@ -38,7 +38,9 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
count-tags
|
||||
create-script
|
||||
get-tags
|
||||
tag-release
|
||||
time-until
|
||||
update-all-git-repos
|
||||
|
|
|
@ -99,8 +99,10 @@
|
|||
home.packages = with pkgs; [
|
||||
backup-websites
|
||||
build-glove80
|
||||
count-tags
|
||||
create-script
|
||||
displayselect
|
||||
get-tags
|
||||
qrencode
|
||||
mounter
|
||||
move-firefox-screenshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue