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
`GIO_EXTRA_MODULES` specify additional directories for `gio` command line tool to automatically load modules.
17
+
18
+
`MYVFS_ROOT` specify the local directory that is used by as backend directory for uri starting with `myvfs:///` (e.g. if `MYVFS_ROOT-/tmp``myvfs:///foo` points to `/tmp/foo`).
19
+
20
+
`gio` commandline tool (see https://gnome.pages.gitlab.gnome.org/libsoup/gio/gio.html) automatically loads this extra module.
21
+
22
+
Run it by executing the following commands:
23
+
24
+
Basic operations:
25
+
```bash
26
+
echo"foo"| gio save myvfs:///foo
27
+
gio cat myvfs:///foo
28
+
gio set -t string myvfs:///foo xattr::my_string value
0 commit comments