Strip EXIF metadata from images via the terminal, with handy presets.
Fix some English grammar (I make way to many typos)
Strip EXIF metadata from images via the terminal, with handy presets.
Fix some English grammar (I make way to many typos)
Built and packaged the executable for all major platforms and cpu architectures.
Finalise README with install instructions, development instructions, I am very proud to say my README is fully written by me
Log in to leave a comment
I have added some nice (and very needed functions to the cli):
Next up: better error handling (currently don’ t have any :3), packaging it so you can actually install it and expand the README
Log in to leave a comment
Hey everyone this is my first devlog, this project is gonna be pretty short since it is just a simple script. The idea behind this project came because I was building my website and wanted to strip the location data of the images on there (to not dox myself) but exiftool is lets just say “advanced” my smooth brain couldn’t understand their documentation.
Thats why I decided to make an exiftool wrapper to easily strip metadata from images with handy presets (that you can remember).
I made a simple flow chart for the main idea and I have set up the project. For the “stack” if you can call it that I chose bun + typescript no dependencies/frameworks or any of that.
I have the basics down now I just need to improve the UX
Log in to leave a comment