I needed a quick way to add tags to image files. A really quick way.
After searching for a program that fits my need, I was not able to find anything which would allow me to do this in a fast, simple and OS independant way.
In a flash of I NEED THAT I did it myself. After not so carefull planing I decided to give windows forms with C# a try, since I got quite used to Visual Studio thanks to Unity.
The result is the „Fast And Furious Image File Tagger“ (FAFIFT). It simply adds tags to the front of the file name and seperates them with two double underscores. Then you can use any search from any OS to find the images you tagged.

It saves the tags in a sqlite database and offers a autocompletion for tags you used before. It offers a tag editor and stores some statistics about the use of the tags.
The program still has some minor bugs, but I work with it daily and it really, really helps me to bring chaos into my pictures…eh ORDER. Also if I find something anoying or a minor bug, I update it quite fast.
I will not provide a compiled version yet, but the source is freely availabe on GitHub.
If anyone wants to make a good icon for it and donate it to the project, I would be happy ! 😀



