trash-cli
trash-cli copied to clipboard
Command line interface to the freedesktop.org trashcan.
It would be nice to be able to prune the trash content down to a total maximum size. The `````` input is great for time-based trash pruning, but i find...
The trash-empty command ought to have a `--dry-run` option that causes it to only print what it would empty without actually emptying it, and a `--verbose` option that prints what...
When doing $ trash-empty A confirm with $ trash-list will be helpful
Hello, I can't find my trash path. it did not in the ~/.local/share/Trash/ and i want to change the path of the trash. thanks.
This is not really a bug but a TIP. (zsh related). I do not know where else can I put it. Just sharing a few line code (zsh only) which...
To reproduce: ```sh $ mkdir some_dir $ chmod -v 0000 some_dir mode of 'some_dir' changed from 0755 (rwxr-xr-x) to 0000 (---------) $ trash-put some_dir trash-put: cannot trash directory 'some_dir' $...
Each mount point, subvolume, and so on gets its own .Trash folder. The `trash` command transparently puts files into the appropriate trash directory. But what about the `trash-empty` command? Does...
I'm having some issues trashing a file. Here's the verbose output: ``` trash-put: Volume of file: /var/www/files trash-put: Trash-dir: /home/administrator/.local/share/Trash from volume: /home trash-put: Trash-dir: /var/www/files/.Trash/1000 from volume: /var/www/files trash-put:...
Reporting for trash-cli 0.12.9.14 on XUbuntu 18.04.1. Checked all open and closed issues for duplicates. Trashing a file from a read-only directory creates both versions of trash-can (.Trash/1000 as well...
It would be useful for me to have a commandline argument such that warnings are suppressed. In my example I use a makefile to remove some auxiliary files which are...