mirror of
https://github.com/brockar/medars.git
synced 2026-01-12 07:21:01 -03:00
b0aa714b8e73ba12aa8b8698b8d461af6ba84a18
MEDARS
MEtaDAta from image files in RuSt - A fast and simple command-line tool for inspecting and removing metadata from image files.
WIP
Features
- View metadata: Display metadata in human-readable table or JSON format
- Remove metadata: Clean images by removing all embedded metadata
- Interactive TUI: Terminal user interface for easy navigation
Privacy & Security
MEDARS helps protect your privacy by:
- Removing potentially sensitive EXIF data (GPS coordinates, camera settings, timestamps)
- Working locally - no data sent to external services
- Preserving image quality while removing metadata
Dependencies
This project requires the gexiv2 library and its development headers.
On Ubuntu/Debian: sudo apt install libgexiv2-dev On Arch: yay -S libgexiv2
If you see an error about gexiv2.pc or gexiv2 not found, make sure the library is installed and PKG_CONFIG_PATH is set correctly.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Acknowledgments
Languages
Rust
100%