From 76285df34a7f1f92ce4bfa8702514adba7fc5f4b Mon Sep 17 00:00:00 2001 From: Bruno Ochotorena <6170125+sandhilt@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:39:54 -0300 Subject: [PATCH] gio-trash: add page (#12134) --- pages/linux/gio-trash.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/gio-trash.md diff --git a/pages/linux/gio-trash.md b/pages/linux/gio-trash.md new file mode 100644 index 000000000..e881548e9 --- /dev/null +++ b/pages/linux/gio-trash.md @@ -0,0 +1,17 @@ +# gio trash + +> Move files to the trash bin. +> Used by GNOME to handle trash. +> More information: . + +- Move specific files to the trash bin: + +`gio trash {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` + +- List trash bin items: + +`gio trash --list` + +- Restore a specific item from trash using its ID: + +`gio trash trash://{{id}}`