commit a2964aa48457312bc2f4ee4fd0a09fe5263b30a2 from: Omar Polo date: Wed Jun 10 18:01:24 2020 UTC minor refinement commit - 822c34d491339c8d92e0f8c4f723ca7760ff5109 commit + a2964aa48457312bc2f4ee4fd0a09fe5263b30a2 blob - 87357d0c38eb073687d85e2f821e7aabeed51499 blob + 3103d430e3936754da279dee9fb8aa5c7aeb5ade --- README.md +++ README.md @@ -1,7 +1,10 @@ # acmetag -`acmetag` is a tool to programmatically interact with `acme(1)` tag. It provides two flag: + go get git.omarpolo.com/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) @@ -14,6 +17,14 @@ Of course you can combine the flags: will first print the current tag content, than clears it and then append `fmt`. + +### Limitations + + * It cannot change the text *before* the `|` character. + + +### Tips + I'm using `acmetag` with [`autoacme`][autoacme] to automatically set the tag content based on file type.