An open API service indexing awesome lists of open source software.

https://github.com/githubuseraccountamazing/metaremove

Automatically detect new files, remove metadata, and rename with a random string. Designed to enhance privacy and uniformity of file data.
https://github.com/githubuseraccountamazing/metaremove

Last synced: 29 days ago
JSON representation

Automatically detect new files, remove metadata, and rename with a random string. Designed to enhance privacy and uniformity of file data.

Awesome Lists containing this project

README

          

# metaRemove

This bash script monitors specified directories for file creation events. Upon the detection of a new file, it performs several operations to enhance the privacy and uniformity of file data.



## Features

- Monitors specified directories for file creation events in real-time.
- Removes all metadata from the newly created file.
- Renames the original file with a new random filename of 12-20 characters.
- Prints the new metadata of the renamed file in the terminal for verification.

## Dependencies

This script depends on `inotifywait` for directory monitoring and `exiftool` for metadata manipulation.

## Feedback and support

If you have any issues, suggestions, or questions about this script, please feel free to open an issue.

## Disclaimer

metaRemove is provided "as is" without any warranty of any kind, either expressed or implied. The author is not responsible for any damages or losses that may result from using this script.