diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:21:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 0407cadba72c6a74f508dfb97dcd968429f89c83 (patch) | |
tree | 2dda15573f0b55d1e7de84a9820e37c884223978 /python | |
parent | acd9afc565e87415d12a420359dc746580d13e7b (diff) | |
download | slackbuilds-0407cadba72c6a74f508dfb97dcd968429f89c83.tar.gz |
python/send2trash: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/send2trash/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python/send2trash/README b/python/send2trash/README index 9adabb2e0a..b729cfeacf 100644 --- a/python/send2trash/README +++ b/python/send2trash/README @@ -1,6 +1,7 @@ -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. +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. |