SlackBuildsOrg/system/trash-cli
isaackwy 5956790ea5
system/trash-cli: Add shell completions
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-15 07:37:45 +07:00
..
README
slack-desc
trash-cli.info
trash-cli.SlackBuild

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.

python3-shtab is additionally required for installing trash-cli with
shell completion support.