mirror of
https://github.com/nivekuil/rip
synced 2024-11-26 13:40:19 +00:00
Mention log
This commit is contained in:
parent
3626b32590
commit
5d70ed9144
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ No data is overwritten. If files that share the same path are deleted, they wil
|
|||
If you want to put the graveyard somewhere else (like =~/.local/share/Trash=), you have two options, in order of precedence:
|
||||
1. Alias =rip= to =rip --graveyard ~/.local/share/Trash=
|
||||
2. Set the environment variable =$GRAVEYARD= to =~/.local/share/Trash=
|
||||
This can be a good idea because if the graveyard is in a tmpfs mount, deleting large files can quickly fill up your RAM. It's also much slower to move files across filesystems, although the delay should be unnoticable with an SSD.
|
||||
This can be a good idea because if the graveyard is in a tmpfs mount, deleting large files can quickly fill up your RAM. It's also much slower to move files across filesystems, although the delay should be minimal with an SSD.
|
||||
|
||||
A deletion log is kept in =.rip_history=, found in the top level of the graveyard.
|
||||
|
||||
** Installation
|
||||
Get a binary [[https://github.com/nivekuil/rip/releases][release]] (x86_64) or build it with =cargo install rm-improved=.
|
||||
|
|
Loading…
Reference in a new issue