from Hacker News

Show HN: Ltag – A Go CLI tool to tag your text lines

by mebble on 10/27/23, 3:28 PM with 4 comments

This is a tool I wrote to address a need I had: to search over lines of text, but by "tag" or "category". I created ltag to add tags to plaintext lines, and rely on fzf to do the searching for me. ltag interacts with the outside world only through stdin and stdout, so that it interfaces easily with other CLI tools.
  • by treebeard5440 on 10/27/23, 4:50 PM

    This is really cool - thanks for sharing! Is there a way to have multiple categories in a file that aren’t subcategories of the first tag?