.dotfiles/.config/fish/functions/gtl.fish

4 lines
102 B
Fish
Raw Normal View History

2024-10-21 20:46:27 +03:00
function gtl -d "List tags matching prefix" -a prefix
git tag --sort=-v:refname -n -l $prefix\*
end