The README claims that you can configure the graveyard's location with the $GRAVEYARD environment variable, however I'm finding that rip is using the graveyard located at /tmp regardless of this environment variable.
# this is still putting `temp.txt` into `/tmp/graveyard-devin`
env GRAVEYARD=/home/devin/.graveyard rip temp.txt
The README claims that you can configure the graveyard's location with the
$GRAVEYARDenvironment variable, however I'm finding that rip is using the graveyard located at/tmpregardless of this environment variable.# this is still putting `temp.txt` into `/tmp/graveyard-devin` env GRAVEYARD=/home/devin/.graveyard rip temp.txt