Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2026-05-08 23:26 929
 rmtrash-1.15-x86_64-2cf.dep2026-05-08 23:26 17
 rmtrash-1.15-x86_64-2cf.lst2026-05-12 19:44 1.0K
 rmtrash-1.15-x86_64-2cf.meta2026-05-12 19:44 628
 rmtrash-1.15-x86_64-2cf.txt2026-05-12 19:44 319
 rmtrash-1.15-x86_64-2cf.txz2026-05-08 23:26 23K
 rmtrash-1.15-x86_64-2cf.txz.asc2026-05-12 19:44 545
 rmtrash-1.15-x86_64-2cf.txz.md52026-05-12 19:44 62

Slackware Current Repository by Conraid

======================================================================

rmtrash (trash-put made compatible with GNU's rm and rmdir)

Put files (and directories) in trash using the trash-put command from
trash-cli, in a way that (unlike trash-put itself) is compatible with
GNU's rm and rmdir.

HOME: https://github.com/PhrozenByte/rmtrash/

======================================================================
NOTE: 

If you don't want to readjust the usage of rm and rmdir, a bash alias is probably a great solution for you. Just add the lines

alias rm='rmtrash'
alias rmdir='rmdirtrash'
alias sudo='sudo '

to your ~/.bashrc (or ~/.bash_aliases). Consider adding the --forbid-root option (see replacement option below)! The last line is optional, without you'll notice that rmtrash and rmdirtrash won't be called when using sudo.

======================
REQUIRES: python-trash-cli