slackbuilds/python/send2trash
Benjamin Trigona-Harany faabd1ceb9
python/send2trash: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-05-02 17:21:02 +07:00
..
README
send2trash.SlackBuild python/send2trash: Removed Python 2 support. 2021-05-02 17:21:02 +07:00
send2trash.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc python/send2trash: Fix slack-desc. 2020-01-12 08:47:38 +07:00

README

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.