From 0c726245a670d7fa91eb238a253947f453db2567 Mon Sep 17 00:00:00 2001 From: JuanJMarques Date: Wed, 11 Oct 2023 21:48:12 +0200 Subject: [PATCH 1/4] Add shred-rust --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb145df..56cf636 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,9 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa * [sad](https://github.com/ms-jpq/sad) - CLI search and replace | Space Age seD * [sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) +#### shred +* [shred-rust](https://github.com/JuanJMarques/shred-rust) - An alternative to `shred` for securely delete files with thread support for deleting multiple files + #### strings * [stringsext](https://github.com/getreu/stringsext) - Find multi-byte-encoded strings in binary data From bf952bfff8848fd15c389435412ee2ac54cdd81f Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:34:07 +0100 Subject: [PATCH 2/4] Add link to manpage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cf636..a3681d3 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa * [sad](https://github.com/ms-jpq/sad) - CLI search and replace | Space Age seD * [sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) -#### shred +#### [shred](https://linux.die.net/man/1/shred) * [shred-rust](https://github.com/JuanJMarques/shred-rust) - An alternative to `shred` for securely delete files with thread support for deleting multiple files #### strings From 8b2324704e6416690347ba30a7aeb5200548a655 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:34:31 +0100 Subject: [PATCH 3/4] Missing newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3681d3..9e9d0c2 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa * [sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) #### [shred](https://linux.die.net/man/1/shred) + * [shred-rust](https://github.com/JuanJMarques/shred-rust) - An alternative to `shred` for securely delete files with thread support for deleting multiple files #### strings From 5752d4327a568f1be2fe6501d8c48f6b8e988141 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:36:35 +0100 Subject: [PATCH 4/4] Link to wikipedia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c941bfb..2ba6711 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md). * [sad](https://github.com/ms-jpq/sad) - CLI search and replace | Space Age seD * [sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative) -#### [shred](https://linux.die.net/man/1/shred) +#### [shred](https://en.wikipedia.org/wiki/Shred_(Unix)) * [shred-rust](https://github.com/JuanJMarques/shred-rust) - An alternative to `shred` for securely delete files with thread support for deleting multiple files