Taggr is A Genuinely Great Resource (taggr)
Find a file
2025-08-30 15:34:40 +02:00
src guh (add everything) 2025-08-30 15:26:01 +02:00
.gitignore guh (add everything) 2025-08-30 15:26:01 +02:00
build.zig guh (add everything) 2025-08-30 15:26:01 +02:00
build.zig.zon guh (add everything) 2025-08-30 15:26:01 +02:00
README.md added README 2025-08-30 15:34:40 +02:00

TAGGR

taggr, short for Taggr is A Genuinely Great Resource is a tagging program made in zig

HOW TO

just

git clone https://dario48.site/git/Dario48/taggr.git
cd taggr
zig build

this program is split in 2 parts

  • the library, in src/root.zig
  • the cli frontend, in src/main.zig one can use the library as a base for other programs to have alternative frontends

TODO

  • make it work
  • add C bindings