Explorar el Código

Add some minor commands for annex metadata

Samuel W. Flint hace 3 años
padre
commit
caa5dced6d
Se han modificado 2 ficheros con 6 adiciones y 0 borrados
  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 $@