Blob


1 # acmetag
3 go get git.omarpolo.com/acmetag
5 `acmetag` is a tool to programmatically interact with `acme(1)` tag. It
6 provides two flag:
8 * `-g` prints the tag content (mnemonic: get)
9 * `-c` clears the tag content (mnemonic: clear)
11 any other arguments if passed will be appended to the tag.
13 Of course you can combine the flags:
15 acmetag -g -c fmt
17 will first print the current tag content, than clears it and then append
18 `fmt`.
21 ### Limitations
23 * It cannot change the text *before* the `|` character.
26 ### Tips
28 I'm using `acmetag` with [`autoacme`][autoacme] to automatically set
29 the tag content based on file type.
31 [autoacme]: https://github.com/mkhl/cmd/tree/master/acme/autoacme