Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Apr 8, 2024
1 parent 58a0ab9 commit 2f974d2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# rip
# rip 2

[![Test](https://github.com/MilesCranmer/rip/actions/workflows/test.yml/badge.svg)](https://github.com/MilesCranmer/rip/actions/workflows/test.yml)
[![Test](https://github.com/MilesCranmer/rip2/actions/workflows/test.yml/badge.svg)](https://github.com/MilesCranmer/rip2/actions/workflows/test.yml)

`rip` is a rust-based `rm` with a focus on safety, ergonomics, and performance. It favors a simple interface, and does *not* implement the xdg-trash spec or attempt to achieve the same goals.

Deleted files get sent to the graveyard (`/tmp/graveyard-$USER` by default, see [notes](#notes) on changing this) under their absolute path, giving you a chance to recover them. No data is overwritten. If files that share the same path are deleted, they will be renamed as numbered backups.

This version is a fork-of-a-fork:

1. Unmaintained since 2020, Kevin Liu's original [`rip`](https://github.com/nivekuil/rip).
1. Kevin Liu's original [`rip`](https://github.com/nivekuil/rip) which is unmaintained
2. This was forked to [@StandingPadAnimation](https://github.com/StandingPadAnimations) who added a few features.
3. Finally, that repo was forked [here](https://github.com/MilesCranmer/rip) with ongoing maintenance:
- Added a test suite
- Adding several unmerged PRs from the original repo
- General maintenance/refactoring/optimization
- etc.
- Added a few unmerged PRs from the original repo
- General maintenance, refactoring to modern rust, and optimization

## Installation

Expand Down

0 comments on commit 2f974d2

Please sign in to comment.