Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 rmtrash-1.15-x86_64-1cf.txz2025-03-04 15:55 23K
 rmtrash-1.15-x86_64-1cf.lst2025-03-04 16:57 1.1K
 README2025-03-04 15:55 922
 rmtrash-1.15-x86_64-1cf.meta2025-03-04 16:57 620
 rmtrash-1.15-x86_64-1cf.txz.asc2025-03-04 16:57 508
 rmtrash-1.15-x86_64-1cf.txt2025-03-04 16:57 319
 rmtrash-1.15-x86_64-1cf.txz.md52025-03-04 16:57 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: trash-cli