From c54b3f874b8e3d62f5406e5aeeb7d3ba3fd79d36 Mon Sep 17 00:00:00 2001 From: Jannis Heydemann Date: Fri, 5 Jun 2026 21:27:35 +0200 Subject: [PATCH] added readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a29177f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Scream into the void +## Idea +Did you ever wanted to just scream your feelings and make sure your secrets are safe? well now you can do that! This program gives you the opportunity to input either a file or an string via the stdin standard input string and the program shows you how everything gets deleted. + +## Todo + +- [ ] pass files via args +- [ ] give user a choice on how to delete the string +- [ ] in the main menu, show the string, or the filename with filesize +- [ ] actually implement destroying the data +- [ ] write descriptions so the user knows whats happening \ No newline at end of file