Commit Diff


commit - 6c2d529b85b50a076e3da892a9c59b4de485387d
commit + 2c31ce4de91304c0972f826750c8415b2285af90
blob - /dev/null
blob + 87357d0c38eb073687d85e2f821e7aabeed51499 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,20 @@
+# acmetag
+
+`acmetag` is a tool to programmatically interact with `acme(1)` tag.  It provides two flag:
+
+ * `-g` prints the tag content (mnemonic: get)
+ * `-c` clears the tag content (mnemonic: clear)
+
+any other arguments if passed will be appended to the tag.
+
+Of course you can combine the flags:
+
+	acmetag -g -c fmt
+
+will first print the current tag content, than clears it and then append
+`fmt`.
+
+I'm using `acmetag` with [`autoacme`][autoacme] to automatically set
+the tag content based on file type.
+
+[autoacme]: https://github.com/mkhl/cmd/tree/master/acme/autoacme