rip: add page (#8121)

* rip: add page

* rip: change "arbitrary" to "specified"

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* rip: add "originally"

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* rip: change "undo" to "put back" and be clearer

* rip: change "all" to "every"

* rip: change "somewhere in" to "within"

* rip: change "files" to "files and directories"

* rip: use long version of `--decompose`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--inspect`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--seance`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--unbury`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--seance --unbury`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `rip --seance`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
pull/1/head
Ethan Kinnear 2022-06-26 02:32:42 -05:00 committed by GitHub
parent 56d6c3f0bc
commit 337c1c06d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/rip.md Normal file
View File

@ -0,0 +1,28 @@
# rip
> Remove files or directories by sending them to the graveyard, allowing for them to be recovered.
> More information: <https://github.com/nivekuil/rip>.
- Remove files or directories from specified locations and place them in the graveyard:
`rip {{path/to/file_or_directory}} {{path/to/another/file_or_directory}}`
- Interactively remove files or directories, with a prompt before every removal:
`rip --inspect {{path/to/file_or_directory}} {{path/to/another/file_or_directory}}`
- List all files and directories in the graveyard that were originally within the current directory:
`rip --seance`
- Permanently delete every file and directory in the graveyard:
`rip --decompose`
- Put back the files and directories which were affected by the most recent removal:
`rip --unbury`
- Put back every file and directory that is listed by `rip --seance`:
`rip --seance --unbury`