Ver código fonte

Add some minor commands for annex metadata

Samuel W. Flint 3 anos atrás
pai
commit
caa5dced6d
2 arquivos alterados com 6 adições e 0 exclusões
  1. 3 0
      mark-listened
  2. 3 0
      mark-unlistened

+ 3 - 0
mark-listened

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git annex metadata -s tag=listened $@

+ 3 - 0
mark-unlistened

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git annex metadata -s tag=unlistened $@