diff options
Diffstat (limited to 'system/trash-cli/slack-desc')
-rw-r--r-- | system/trash-cli/slack-desc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/system/trash-cli/slack-desc b/system/trash-cli/slack-desc index 27e2e26ee8e1..a6594df7337f 100644 --- a/system/trash-cli/slack-desc +++ b/system/trash-cli/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -trash-cli: trash-cli (command line interface to the FreeDesktop.org trashcan) -trash-cli: -trash-cli: * Command line interface compatible with the rm command. You can -trash-cli: alias rm with trash. -trash-cli: * Remembers original path, deletion time and file permissions of -trash-cli: each trashed file. -trash-cli: * Compatible with the KDE trash. -trash-cli: * Implements the FreeDesktop.org Trash Specification -trash-cli: * Works with volume other than the home volume (e.g. USB pen or -trash-cli: another partition). +trash-cli: trash-cli (command line interface to the FreeDesktop.org trash) trash-cli: +trash-cli: trash-cli trashes files recording the original path, deletion date, +trash-cli: and permissions. It uses the same trashcan used by KDE, GNOME, and +trash-cli: XFCE, but you can invoke it from the command line (and scripts). +trash-cli: It provides these commands: +trash-cli: trash-put trashes files and directories. +trash-cli: trash-empty empty the trashcan(s). +trash-cli: trash-list list trashed files. +trash-cli: trash-restore restore a trashed file. +trash-cli: trash-rm remove individual files from trash can. |