Add tags command

This commit is contained in:
samedamci 2021-08-31 11:29:57 +02:00
parent 1b5738b7e9
commit 47ee208fa3
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
2 changed files with 5 additions and 1 deletions

4
guzzy/commands/tags.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
git --no-pager tag --sort=-taggerdate -l |
fzf --preview "git --no-pager tag -l {} --format='%(contents)'"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "guzzy" name = "guzzy"
version = "0.1.1" version = "0.1.2"
description = "Interactive CLI git client inside fzf." description = "Interactive CLI git client inside fzf."
authors = ["samedamci <samedamci@disroot.org>"] authors = ["samedamci <samedamci@disroot.org>"]
license = "ISC" license = "ISC"