diff --git a/pages/common/gomi.md b/pages/common/gomi.md new file mode 100644 index 0000000000..3f4efa7936 --- /dev/null +++ b/pages/common/gomi.md @@ -0,0 +1,21 @@ +# gomi + +> Manage the trashcan. +> See also: `trash`, `rm`. +> More information: . + +- Safely delete specific files or folders: + +`gomi {{path/to/file1 path/to/file2 path/to/folder1 path/to/folder2 ...}}` + +- Open an interactive menu to restore one or more files: + +`gomi {{[-b|--restore]}}` + +- Remove files that have been in the trashcan longer than the specified time ([d]ay, [w]eek, [m]onth, [y]ear): + +`gomi --prune {{1d|1w|1m|1y|...}}` + +- Remove orphaned `.trashinfo` files: + +`gomi --prune {{orphans}}`