Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2026-07-20 21:43 929
 rmtrash-1.15-x86_64-3cf.dep2026-07-20 21:43 17
 rmtrash-1.15-x86_64-3cf.lst2026-07-20 21:59 1.0K
 rmtrash-1.15-x86_64-3cf.meta2026-07-20 21:59 628
 rmtrash-1.15-x86_64-3cf.txt2026-07-20 21:59 319
 rmtrash-1.15-x86_64-3cf.txz2026-07-20 21:43 23K
 rmtrash-1.15-x86_64-3cf.txz.asc2026-07-20 21:59 545
 rmtrash-1.15-x86_64-3cf.txz.md52026-07-20 21:59 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