Skip to content

Commit

Permalink
Add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Apr 7, 2024
1 parent dbdf445 commit bf9c07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rip

[![Test](https://github.com/MilesCranmer/rip/actions/workflows/test.yml/badge.svg)](https://github.com/MilesCranmer/rip/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.
Expand Down

0 comments on commit bf9c07b

Please sign in to comment.