rip icon indicating copy to clipboard operation
rip copied to clipboard

A safe and ergonomic alternative to rm

Results 28 rip issues
Sort by recently updated
recently updated
newest added

# Background / My Use Case I'm working on https://webinstall.dev, and my goal is to basically publish the full suite of "modernutils" (as opposed to coreutils) - stuff like `rg`,...

Currently rip requires a `os::unix` and can not be build on Windows.

rip's use of `-r` for resurrect as opposed to recursive delete may be confusing, and removes the possibility of aliasing rm to rip in the future

This would improve integration with Finder on macOS. Aka: ``` #[cfg(target_os = "macos")] const GRAVEYARD: &'static str = "~/.Trash"; ```

I often clear directories with lots of files using `rip *`. If I want to undo that operation, `rip -u` will only undo *one* deletion, since the shell expands `*`...

Add option trash for delete files or directories into system's trash

I checked cargo check for the package and I am getting this error PS C:\Users\Administrator\rust_files\packages\rip> cargo check Checking rm-improved v0.13.1 (C:\Users\Administrator\rust_files\packages\rip) error[E0433]: failed to resolve: could not find `unix` in...

it hasn't had a commit since 2021