diff options
author | Donald Cooley <dfc@warpmail.net> | 2014-10-12 11:35:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-12 11:35:07 +0700 |
commit | 22141e8f2519f09a153c6c1280d26c355a1fd278 (patch) | |
tree | 395d928fc0ab292c67379d52a5cb8be1b16a56c7 /system/trash-cli/slack-desc | |
parent | 8e79325562a7a97d61b78512cf40c345e8c87cc9 (diff) | |
download | slackbuilds-22141e8f2519f09a153c6c1280d26c355a1fd278.tar.gz |
system/trash-cli: Updated for version 0.12.9.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 27e2e26ee8..a6594df733 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. |