mirror of
https://github.com/nivekuil/rip
synced 2024-11-27 06:00:18 +00:00
Bump 0.1.0
This commit is contained in:
parent
1de4b8d161
commit
544336bf79
1 changed files with 5 additions and 2 deletions
|
@ -8,6 +8,10 @@ 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 could alias =rip= to =rip --graveyard ~/.local/share/Trash=.
|
||||
This can be a good idea because the graveyard is in /tmp by default, which can quickly fill up your RAM if /tmp is mounted as tmpfs. It's also slower than moving files within the same filesystem.
|
||||
|
||||
** Installation
|
||||
Get a binary release or clone the repository and run =cargo build=.
|
||||
|
||||
** Usage
|
||||
#+BEGIN_EXAMPLE
|
||||
USAGE:
|
||||
rip [OPTIONS] <TARGET>...
|
||||
|
@ -23,6 +27,5 @@ ARGS:
|
|||
<TARGET>... File or directory to remove
|
||||
#+END_EXAMPLE
|
||||
|
||||
|
||||
** Why is there no =--interactive= option?
|
||||
*** Why is there no =--interactive= option?
|
||||
Asking for forgiveness is easier than asking for permission.
|
||||
|
|
Loading…
Reference in a new issue