2025-03-14 21:59:59 -06:00
|
|
|
# rip
|
|
|
|
|
|
|
|
|
|
> Remove files or directories by sending them to the graveyard, allowing for them to be recovered.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/nivekuil/rip#-usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Remove files or directories from specified locations and place them in the graveyard:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`rip {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Interactively remove files or directories, with a prompt before every removal:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`rip {{[-i|--inspect]}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all files and directories in the graveyard that were originally within the current directory:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`rip {{[-s|--seance]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Permanently delete every file and directory in the graveyard:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`rip {{[-d|--decompose]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Put back the files and directories which were affected by the most recent removal:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`rip {{[-u|--unbury]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Put back every file and directory that is listed by `rip --seance`:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`rip {{[-s|--seance]}} {{[-u|--unbury]}}`
|