Tagsystem

· 105 words · 1 minute read
C

Tagsystem is a command line utility written in C. It lets you organize files using tags instead of directories.

Sometimes directories don’t make a lot of sense. Does a song belong in its artist’s folder or its album’s folder? Does an npc belong in the level 3 folder or the flying enemies folder? Does a javascript file belong in the scripts folder or the login page folder?

Tagsystem provides a simple, performant, cross platform tool to tag and search for documents. Tagsystem tries to play nicely with your existing tool chain. Currently, tagsystem exposes two interfaces, a C library and a command line interface.