Browse Source

Add some minor commands for annex metadata

Samuel W. Flint 2 years ago
parent
commit
caa5dced6d
2 changed files with 6 additions and 0 deletions
  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 $@