mirror of https://github.com/CrimsonTome/tldr.git
trash: adjust wording, trash-cli: make into an alias of trash (#13635)
* Update trash-cli.md * Update trash.mdpull/28/head
parent
bef3ac7c95
commit
2545d6e0dd
|
@ -1,24 +1,8 @@
|
||||||
# trash-cli
|
# trash-cli
|
||||||
|
|
||||||
> A command-line interface to the trashcan APIs.
|
> This command is an alias of `trash`.
|
||||||
> More information: <https://github.com/andreafrancia/trash-cli>.
|
> More information: <https://github.com/andreafrancia/trash-cli>.
|
||||||
|
|
||||||
- Trash specific files and directories into the current trashcan:
|
- View documentation for the original command:
|
||||||
|
|
||||||
`trash-put {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
`tldr trash`
|
||||||
|
|
||||||
- Remove specific files from the current trashcan:
|
|
||||||
|
|
||||||
`trash-rm {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
|
||||||
|
|
||||||
- Empty the current trashcan:
|
|
||||||
|
|
||||||
`trash-empty`
|
|
||||||
|
|
||||||
- List trashed files and directories in the current trashcan:
|
|
||||||
|
|
||||||
`trash-list`
|
|
||||||
|
|
||||||
- Restore a specific file or directory by a number from the displayed list from the current trashcan:
|
|
||||||
|
|
||||||
`trash-restore`
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
> Manage the trashcan/recycling bin.
|
> Manage the trashcan/recycling bin.
|
||||||
> More information: <https://github.com/andreafrancia/trash-cli>.
|
> More information: <https://github.com/andreafrancia/trash-cli>.
|
||||||
|
|
||||||
- Delete a file and send it to the trash:
|
- Send a file to the trash:
|
||||||
|
|
||||||
`trash {{path/to/file}}`
|
`trash {{path/to/file}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue