I'm excited about this bash alias (anybody see any issues with it?):
trash() {
mv "$@" ~/.local/share/Trash/files/
}
trash() {
mv "$@" ~/.local/share/Trash/files/
}
Comments
For my Plasma desktop this does not create a file in `~/.local/share/Trash/info` and so the trash in Dolphin does not show the file. That might be fine for you.
`kioclient mv "$@" trash:/` will move the file and create the `info` file, with the […]
but i don't have Pop_OS or gnome installed to test it.
If you really didnt want to use kio/gio, it sure looks like you could pretty easily generate the `.trashinfo` file in the same bash alias.
https://specifications.freedesktop.org/trash-spec/latest/#trash-directories