aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-23 21:56:17 +0800
committertypebrook <typebrook@gmail.com>2020-03-23 21:56:17 +0800
commit103cd9acb396092863935d71591990128e475e24 (patch)
tree3a2fc159f42ca3ff0d50aeb522ac7f1b7858ee66
parent76ec5b54cf5eea12900a61f925c035e17dbec152 (diff)
update
-rw-r--r--tigrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index adfc5e6..6f951ee 100644
--- a/tigrc
+++ b/tigrc
@@ -27,6 +27,7 @@ bind generic p none
27bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" 27bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!"
28bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" 28bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!"
29bind generic xt +sh -c "echo -n %(text) | xsel -ib && echo Text Clipped!" 29bind generic xt +sh -c "echo -n %(text) | xsel -ib && echo Text Clipped!"
30bind generic xT +sh -c "git cat-file -p %(commit) | sed 1,5d | xsel -ib && echo commit message Clipped"
30bind generic xrb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped!" 31bind generic xrb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped!"
31bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote Branch Clipped!" 32bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote Branch Clipped!"
32bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" 33bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped"
@@ -168,7 +169,9 @@ bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e
168bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' 169bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)'
169bind generic Ts >tig show %(tag) 170bind generic Ts >tig show %(tag)
170bind generic Td @git tag -d "%(prompt Delete which tag? )" 171bind generic Td @git tag -d "%(prompt Delete which tag? )"
172bind generic Tpr ?git push "%(prompt Push to which Remote? )" %(tag)
171bind generic Tpd ?git push %(remote) :%(tag) 173bind generic Tpd ?git push %(remote) :%(tag)
174bind generic TpD ?git push "%(prompt Which remote? )" -d %(tag)
172bind generic TTd @git tag -d %(tag) 175bind generic TTd @git tag -d %(tag)
173bind generic pt ?git push --tags 176bind generic pt ?git push --tags
174bind generic pT ?git push %(remote) %(tag) 177bind generic pT ?git push %(remote) %(tag)