Some checks failed
Build / build (push) Failing after 5s
- Update .gitignore to exclude build artifacts and IDE files - Remove tracked .idea and .vscode directories from index - Add .gitea/workflows/build.yaml for CI - Commit existing source changes and README updates
11 lines
573 B
Markdown
11 lines
573 B
Markdown
# 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
|
|
|
|
- [x] pass files via args
|
|
- [x] give user a choice on how to delete the string
|
|
- [x] in the main menu, show the string, or the filename with filesize
|
|
- [x] actually implement destroying the data
|
|
- [x] write descriptions so the user knows whats happening |