trashy
trashy copied to clipboard
a cli system trash manager, alternative to rm and trash-cli
```sh $ touch "$(printf 안녕하세요 | iconv -t cp949)" $ ls ''$'\276''ȳ'$'\347\307''ϼ'$'\274\277\344' $ trashy --version trashy 2.0.0 $ RUST_BACKTRACE=1 trashy put * thread 'main' panicked at 'called `Option::unwrap()` on a...
I am using zsh with tmux, powerline10k on nixos and whenever I try to tab complete with anything beginning with `trash` it simply moves the prompt to a new line,...
If you hand remove a file in `$HOME/.local/share/Trash/files/...`. Any subsequent run runs of `trash empty` will panic. ```console henry@nixos:~/work/my_packages/flutter/fastembed_flutter (master)$ trash empty --all --force thread 'main' panicked at /build/trashy-2.0.0-vendor.tar.gz/trash/src/freedesktop.rs:238:9: assertion...
Currently trash unconditionally exits with an error if a file/dir you intend to trash does not exist. GNU rm supports a [`-f` option](https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html#index-_002df-12) that doesn't error when either some or...