From 8470c55a2dd34b7b8de037f69daedf702ed33775 Mon Sep 17 00:00:00 2001
From: Boda <6238558+bodazhao@users.noreply.github.com>
Date: Tue, 8 Sep 2020 12:24:52 +0100
Subject: [PATCH] Added rip (alt for rm) to System tools
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0c83de8..f522af7 100644
--- a/README.md
+++ b/README.md
@@ -324,6 +324,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [Ralvke/logram](https://github.com/Ralvke/logram) — Push log files' updates to Telegram
* [redox-os/ion](https://github.com/redox-os/ion) — Next-generation system shell [](https://travis-ci.org/redox-os/ion)
* [unwrittenfun/hotkey-rs](https://github.com/unwrittenfun/hotkey-rs) — A library to listen to global hotkeys in Rust
+* [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to `rm` [](https://travis-ci.org/nivekuil/rip)
* [sharkdp/bat](https://github.com/sharkdp/bat) — A cat(1) clone with wings. [](https://travis-ci.org/sharkdp/bat)
* [sharkdp/fd](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to find. [![Build Status](https://api.travis-ci.org/sharkdp/fd.svg?branch=master)](https://travis-ci.org/sharkdp/fd)
* [sitkevij/hex](https://github.com/sitkevij/hex) — A colorized hexdump terminal utility. [](https://travis-ci.org/sitkevij/hex)