Skip to content
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

docs(README): Logo, move AUR to download section, new badge #146

Merged
merged 4 commits into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Raider <img align="right" alt="Number of downloads" src="https://img.shields.io/flathub/downloads/com.github.ADBeveridge.Raider?style=flat-square"> <img align="right" alt="AUR" src="https://img.shields.io/aur/version/raider-file-shredder?style=flat-square"></a> <img align="right" alt="Fedora COPR build status" src="https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/status_image/last_build.png"/>
# Raider <img align="right" alt="Number of downloads" src="https://img.shields.io/flathub/downloads/com.github.ADBeveridge.Raider?style=flat-square"> <img align="right" alt="Flathub version" src="https://img.shields.io/flathub/v/com.github.ADBeveridge.Raider"/>

<img align="right" alt="Raider Logo" src="./data/icons/hicolor/scalable/apps/com.github.ADBeveridge.Raider.svg" />

File Shredder is a file deletion program designed to permanently remove sensitive files from your computer, enhancing data privacy

Within a certain limit, it is effective. However, modern SSDs use certain technologies to extend its lifetime, which has the side effect of ensuring that shredding is never perfect, and no software can fix that. But shredding significantly increases the difficulty of data recovery since it requires specialized software and hardware.

## Download


<a href='https://flathub.org/apps/details/com.github.ADBeveridge.Raider'><img alt='Download on Flathub' src='https://flathub.org/api/badge?svg&locale=en'/></a>

<a href="https://aur.archlinux.org/packages/raider-file-shredder"><img alt="AUR" src="https://img.shields.io/aur/version/raider-file-shredder?style=for-the-badge&logo=archlinux"></a>

<a href='https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/'><img alt="COPR" src='https://img.shields.io/badge/COPR-1.2.2-blue?style=for-the-badge&logo=fedora'></a>

## Useful Links

* Compiling: <https://github.com/ADBeveridge/raider/blob/develop/BUILD.md>
* GNOME Circle: <https://apps.gnome.org/Raider>
* Arch Linux AUR: <https://aur.archlinux.org/packages/raider-file-shredder>
* Fedora COPR: <https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/>
* Build manifest: <https://github.com/flathub/com.github.ADBeveridge.Raider>
* Report issues: <https://github.com/ADBeveridge/raider/issues/>
Loading