dotfiles/fish/functions/gtl.fish
2022-11-27 14:20:25 +08:00

3 lines
102 B
Fish

function gtl -d "List tags matching prefix" -a prefix
git tag --sort=-v:refname -n -l $prefix\*
end