-
Notifications
You must be signed in to change notification settings - Fork 366
docs: add user guide for file shredder #2323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
364a48c
docs: add user guide for file shredder
CBID2 70ce3c6
fix: improve metadata
CBID2 9e22643
fix: revise author metadata in valuta
CBID2 a0ee539
fix: revise formatting
CBID2 21d2d94
feat: add screenshots for Installation section
CBID2 262deb9
feat: finishing guide
CBID2 b8b5d28
fix: trying to improve the hyperlinks in file shredder guide
CBID2 53b887f
fix: still trying to fix hyperlinks
CBID2 b494413
fix: omit unwanted information
CBID2 e442ab4
Update file-shredder.md
sspencerwire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| title: File Shredder | ||
| author: Christine Belzie | ||
| contributors: | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| Need to remove a postcard or a PDF file that contains information like your birthday? Check out File Shredder. It is an application that permanently removes sensitive information online. | ||
|
|
||
| ## Assumptions | ||
|
|
||
| This guide assumes you have the following: | ||
|
|
||
| - Rocky Linux | ||
| - Flatpak | ||
| - FlatHub | ||
|
|
||
| ## Installation Process | ||
|
|
||
|  | ||
|
|
||
| 1. Go to [Flathub's website](https://flathub.org), type "File Shredder" in the search bar, and click on **Install** | ||
|
|
||
|  | ||
|
|
||
| 2. Copy the manual script in your terminal: | ||
|
|
||
| ```bash | ||
| flatpak install flathub io.github.ADBeveridge.Raider | ||
| ``` | ||
|
|
||
| 3. Finally, run the manual script in your terminal: | ||
|
|
||
| ```bash | ||
| flatpak run flathub io.github.ADBeveridge.Raider | ||
| ``` | ||
|
|
||
| ## How to Use | ||
|
|
||
| To use File Shredder, do the following: | ||
|
|
||
| 1. Drag or click on **Add file** to pick the file(s) you want to remove | ||
|
|
||
|  | ||
|
|
||
| 2. Click on **Shred All** | ||
|
|
||
|  | ||
|
|
||
| ## Conclusion | ||
|
|
||
| Whether it’s a Social Security file or a banking statement, File Shredder is the tool that makes it easy to shred files without needing to buy a shredder. Eager to learn more about or have more ideas for this application? [Submit an issue in File Shredder's repository at GitHub](https://github.com/ADBeveridge/raider/issues). | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The screenshot above needs to be indented as it comes after the numbered list item. I'll fix it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed and ready to merge. Will do a quick edit after.