logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

GVfs File Manager - Handle Files Easily | Online Free DevTools by Hexmos

Handle files easily with GVfs File Manager, a command-line tool for manipulating files and directories. Manage local and virtual files without GNOME. Free online tool, no registration required.

gio

Handle local and virtual files (GVfs). Part of GLib used in GNOME-based systems. More information: https://manned.org/gio.

  • Open a file with the default application (e.g. PDF, image):

gio open {{path/to/file}}

  • List files in a directory:

gio list {{path/to/directory}}

  • Show information about a file:

gio info {{path/to/file}}

  • Copy a file:

gio copy {{path/to/source}} {{path/to/destination}}

  • Send a file to the trash (reversible):

gio trash {{path/to/file}}

See Also