slackbuilds/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 system/trash-cli: Add shell completions 2024-06-15 07:37:45 +07:00
slack-desc system/trash-cli: Add python3-psutil dependency. 2022-12-31 09:14:35 +07:00
trash-cli.SlackBuild system/trash-cli: Add shell completions 2024-06-15 07:37:45 +07:00
trash-cli.info system/trash-cli: Update for 0.24.5.26 2024-05-27 10:30:56 +07:00

README

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.