HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gomi — Manage the trashcan. See also: `trash`, `rm`. More information: <https://github.com/babarot/gomi>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thetrashcancommandclimanagegomiseealso

Problem

How to use the gomi command: Manage the trashcan. See also: trash, rm. More information: <https://github.com/babarot/gomi>.

Solution

gomi — Manage the trashcan. See also: trash, rm. More information: <https://github.com/babarot/gomi>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/gomi

Revisions (0)

No revisions yet.