diff options
author | Donald Cooley <chytraeu@sdf.org> | 2017-01-25 11:05:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:04 +0700 |
commit | 1da64aa476ecdf76ad156541924069a57c9430a3 (patch) | |
tree | 6b93d5f44525cdd59bd53f8ccd290406139f37ea /system/trash-cli/README | |
parent | 388723a7c0eb1e03b70bb7eec8e99496a1230522 (diff) | |
download | slackbuilds-1da64aa476ecdf76ad156541924069a57c9430a3.tar.gz |
system/trash-cli: Updated for version 0.17.1.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/trash-cli/README')
-rw-r--r-- | system/trash-cli/README | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/system/trash-cli/README b/system/trash-cli/README index 409df44aa9..3d1f4c8749 100644 --- a/system/trash-cli/README +++ b/system/trash-cli/README @@ -1 +1,11 @@ -trash-cli is a command line interface to the FreeDesktop.org trashcan. +trash-cli trashes files recording the original path, deletion date, and +permissions. It uses the same trashcan used by KDE, GNOME, and XFCE, but +you can invoke it from the command line (and scripts). + +It provides these commands: + +trash-put : trashes files and directories. +trash-empty : empty the trashcan(s). +trash-list : list trashed files. +trash-restore : restore a trashed file. +trash-rm : remove individual files from trash can. |