Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-30 00:20:37 +00:00
parent 44de08faea
commit a2961fe873
59 changed files with 463 additions and 80 deletions

View File

@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
- 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}}`
`rip {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Interactively remove files or directories, with a prompt before every removal:
`rip --inspect {{path/to/file_or_directory}} {{path/to/another/file_or_directory}}`
`rip --inspect {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- List all files and directories in the graveyard that were originally within the current directory: