trashy
trashy copied to clipboard
a cli system trash manager, alternative to rm and trash-cli
`trash` is too long and doesn't match the project name `trashy`. I'm thinking of changing the name to something shorter. Some ideas: - `th` - `ta` - `tm`
I get an error every time I try to trash something when the trash is in another dataset: ```zsh cd touch test trash test # error: Error during a `trash`...
As I love `trashy` output I need sometimes more specific time when I put file/folder in trash. If two days ago something was deleted, then what time it was exactly?...
Hi there, I've been using this program for the last couple of weeks and I've been loving it so far. One of the things I think is missing from rm...
i have a list of 12 different `.py` files that i want to put in trash. is this possible directly? i tried this command: ```bash trash *.py ``` & got...
I accidentally created some symlinks to images in a mounted drive. I deleted them with `trashy put`. Unmounted the drive and forgot about it. Now I'm trying to empty the...
``` trashy 2.0.0 OS Name: Microsoft Windows 10 Business OS Version: 10.0.19045 N/A Build 19045 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free ``` Color...
I was trying to delete my `.sqlite` database but it was opened by my database viewer. `trash` command exited without deleting the file. It should've thrown an error saying _the...
With the provided fzf integration commands, if you run one, but decide to abort the operation, you have to quit twice. Is there a better solution for this?
## Summary it'd be useful to have a way to list and filter files (`--larger-than`, `--smaller-than`) with file sizes. ## Example ``` ╭───┬─────────────┬────────┬──────────╮ │ i │ Time │ Path │...