Blob


1 # acmetag
3 `acmetag` is a tool to programmatically interact with `acme(1)` tag. It provides two flag:
5 * `-g` prints the tag content (mnemonic: get)
6 * `-c` clears the tag content (mnemonic: clear)
8 any other arguments if passed will be appended to the tag.
10 Of course you can combine the flags:
12 acmetag -g -c fmt
14 will first print the current tag content, than clears it and then append
15 `fmt`.
17 I'm using `acmetag` with [`autoacme`][autoacme] to automatically set
18 the tag content based on file type.
20 [autoacme]: https://github.com/mkhl/cmd/tree/master/acme/autoacme