Add tags command
This commit is contained in:
parent
1b5738b7e9
commit
47ee208fa3
4
guzzy/commands/tags.sh
Executable file
4
guzzy/commands/tags.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
git --no-pager tag --sort=-taggerdate -l |
|
||||
fzf --preview "git --no-pager tag -l {} --format='%(contents)'"
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "guzzy"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Interactive CLI git client inside fzf."
|
||||
authors = ["samedamci <samedamci@disroot.org>"]
|
||||
license = "ISC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user