You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ brew uninstall rem
62
62
63
63
```text
64
64
Usage: rem [-t/--set-dir <dir>] [--disable-copy] [--permanent | -u/--undo] <file> ...
65
-
rem [-d/--directory | --empty | -h/--help | -v/--version | -l/--list]
65
+
rem [-d/--directory | --empty | -h/--help | --version | -l/--list]
66
+
rem --rm-mode [options] [files]
66
67
Options:
67
68
-u/--undo restore a file
68
69
-l/--list list files in trash
@@ -71,9 +72,12 @@ Options:
71
72
-d/--directory show path to the data dir
72
73
-t/--set-dir <dir> set the data dir and continue
73
74
-q/--quiet enable quiet mode
74
-
--disable-copy if files are on a different fs, don't rename by copy
75
+
--disable-copy if files are on a different fs, don't move by copying
75
76
-h/--help print this help message
76
-
-v/--version print Rem version
77
+
--version print Rem version
78
+
--rm-mode enable GNU rm compatibility mode
79
+
run "rem --rm-mode --help" for more info
80
+
-- all arguments after this are considered files
77
81
```
78
82
79
83
Rem stores its data at `$XDG_DATA_HOME/rem` or `.local/share/rem` by default. Alternatively, set the data directory using `$REM_TRASH` or with the `-d` option.
0 commit comments