https://github.com/aitthi/safe-rm
safe-rm is a simple wrapper around rm that prevents you from accidentally deleting files.
https://github.com/aitthi/safe-rm
Last synced: 4 months ago
JSON representation
safe-rm is a simple wrapper around rm that prevents you from accidentally deleting files.
- Host: GitHub
- URL: https://github.com/aitthi/safe-rm
- Owner: Aitthi
- License: mit
- Created: 2022-11-08T09:55:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T15:16:37.000Z (over 2 years ago)
- Last Synced: 2025-02-10T11:38:25.325Z (4 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/saferm
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe rm
[](https://crates.io/crates/saferm)
[](https://crates.io/crates/saferm)saferm is a simple wrapper around rm that prevents you from accidentally deleting files.
## Installation
```bash
cargo install saferm
```
## Usage
```bash
saferm [FLAGS] [OPTIONS] ...
```## Alias in .bashrc or .zshrc etc.
```bash
alias rm="saferm"
```