https://github.com/ginokent/rm
rm (meaning: remain) behaves like GNU coreutils rm but remain files or directories in ~/.Trash.
https://github.com/ginokent/rm
bash coreutils rm
Last synced: 8 months ago
JSON representation
rm (meaning: remain) behaves like GNU coreutils rm but remain files or directories in ~/.Trash.
- Host: GitHub
- URL: https://github.com/ginokent/rm
- Owner: ginokent
- License: mit
- Created: 2022-08-11T01:23:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:51:15.000Z (over 3 years ago)
- Last Synced: 2025-04-04T09:13:21.068Z (10 months ago)
- Topics: bash, coreutils, rm
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [`rm`](https://github.com/ginokent/rm)
`rm` (meaning: **_remain_**) behaves like [GNU coreutils `rm`](https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html) but **_remain_** files or directories in `~/.Trash`.
## HOW TO INSTALL
```bash
(install() { curl --tlsv1.2 -LRSs https://raw.githubusercontent.com/ginokent/rm/HEAD/rm -o "$1" && chmod +x "$1"; } && install /path/to/bin/rm)
```