trash-cli
trash-cli copied to clipboard
Command line interface to the freedesktop.org trashcan.
I have a problem with `app-misc/trash-cli-0.17.1.14_p20170816` on a Gentoo Linux system. I have two btrfs subvolumes: `/` and `/mnt/storage`. Under `/home/fturco` (which belongs to the first subvolume) I have several...
In the "see also" section, the man pages list the URL for the FreeDesktop.org Trash Specification as http://www.ramendik.ru/docs/trashspec.html This URL is not working. https://specifications.freedesktop.org/trash-spec/trashspec-1.0.html appears to be the current URL.
Add 'nfs' fstype to listed mountpoints. Fixes #229
**Describe the bug** I'm not sure when it started or how it happened but when I execute `trash-empty`, I get the following output ``` Would empty the following trash directories:...
**Is your feature request related to a problem? Please describe.** `trash-empty` does not provide any output. **Describe the solution you'd like** I run `trash-empty` from a systemd service daily, purging...
I'm writing a wrapper over trash-cli and I want to restore file with their original location. I tried to make a workaround using your implementation but it is was not...
**Is your feature request related to a problem? Please describe.** Problem: it seems rather complicated to use this package's methods directly from third-party python program **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** I am frustrated when I sell balloons and the government does not like my balloons so they try to infiltrate...
[root@myserver files]# which rm alias rm='trash' /usr/bin/trash [root@myserver rfiles]# rm -rf /* trash: cannot trash directory '/boot' **Running rm-rf /* directly allows you to delete some system files, and you...
The drive is mounted to `/mnt/blue` , and I see `/mnt/blue/.Trash/files` and `/mnt/blue/.Trash/info` have been created. I see all of the files in there, but `trash-empty` doesn't clear them. I'm...