From fbec7d2c577361e3bd4e5acb312ae56df4632474 Mon Sep 17 00:00:00 2001 From: Dario48 Date: Sat, 30 Aug 2025 15:34:40 +0200 Subject: [PATCH] added README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7bc63c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# TAGGR +taggr, short for Taggr is A Genuinely Great Resource is a tagging program made in zig +# HOW TO +just +```bash +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