2021-12-28 02:54:26 -06:00
|
|
|
#!/bin/sh
|
2021-04-19 13:54:49 -05:00
|
|
|
|
2022-01-02 22:35:07 -06:00
|
|
|
# It simply moves files to trash:/ in KDE
|
|
|
|
# I mostly use trash-cli now, but hey, it works!
|
|
|
|
|
2021-04-19 13:54:49 -05:00
|
|
|
# Move files to trash:/
|
|
|
|
kioclient5 move "$@" trash:/
|