aboutsummaryrefslogtreecommitdiff
path: root/python/send2trash/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2018-01-17 07:46:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-17 19:46:24 +0700
commit6f7a2a2e61863ab21b79493a565bfc07ef5f6e97 (patch)
tree36b756b7c2c3549fe61b2cfdb2c39a21f77c1173 /python/send2trash/README
parent992a92898b346936e9515d0b77870beb515ce24f (diff)
python/send2trash: Added (send files to trash).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/send2trash/README')
-rw-r--r--python/send2trash/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/send2trash/README b/python/send2trash/README
new file mode 100644
index 000000000000..9adabb2e0a3a
--- /dev/null
+++ b/python/send2trash/README
@@ -0,0 +1,6 @@
+Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
+natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSync
+Cocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls.
+On other platforms, if PyGObject and GIO are available, it will use this.
+Otherwise, it will fallback to its own implementation of the trash
+specifications from freedesktop.org.