Blindspot banner

Blindspot

3 devlogs
1h 40m 51s

Strip EXIF metadata from images via the terminal, with handy presets.

This project uses AI

Fix some English grammar (I make way to many typos)

Demo Repository

Loading README...

CodingKitten

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

Attachment
0
CodingKitten

I have added some nice (and very needed functions to the cli):

  • Help command, prints help duh
  • No files found warning
  • Inside my strip function I now log what files matched and what it will strip.

Next up: better error handling (currently don’ t have any :3), packaging it so you can actually install it and expand the README

Attachment
0
CodingKitten

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

Attachment
0