Andrea Francia
Andrea Francia
Hey @andreafrancia , I am facing the similar issue. When I use `trash-put` in my home directory, it works perfectly as you can see However, we have another disk `\data`...
trash-put: --force-another-volume (was Possibility of change the path of trash should be there! :()
Possibility of change the path of trash should be there! :( I don't understand, how people can use it without this feature. Is possible to add? :) _Originally posted by...
I am experiencing a similar issue with latest git version of trash-cli: ``` ❯ /home/raffaele/.local/bin/trash-put -vv /mnt/dataint/data/progetti_miei/raffaem.github.io/_posts/2015-03-15-formatting-and-links.md trash-put: volume of file: / trash-put: trying trash dir: /home/raffaele/.local/share/Trash from volume: /home...
**Describe the bug** Missing test workflow for python 2.7. In the past trash-cli supported both python 2.7 and the newer versions of python 3.x leveraging the Git Hub Actions support....
Why doesn't it just take a * to restore all files? _Originally posted by @et304383 in https://github.com/andreafrancia/trash-cli/issues/63#issuecomment-388032728_
I have a number of bind mounts, and `trash-list` shows trashed items without any duplication. However, the problem in my case is that `trash-put` moves items to "**.Trash-1000**" in that...
No problem. Would you accept to hybridize mock usage ? Like this: try: from unittest import mock except ImportError: import mock We are slowly trying to remove mock,nose,unittest2,future etc... from...