diff options
-rwxr-xr-x | dtag.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh + +TAGS="dtag clbuff atags >finde >findt >findc >searchc win gbranch" + +# Clear the tag before adding the new ones +echo cleartag | 9p write acme/$winid/ctl + +printf "\n$TAGS" | 9p write acme/$winid/tag |