|
7 | 7 | ffs - the file filesystem |
8 | 8 | .SH SYNOPSIS |
9 | 9 | .PP |
10 | | -ffs [\f[I]FLAGS\f[R]/\f[I]OPTIONS\f[R]] [\f[I]INPUT\f[R]] |
| 10 | +ffs [\f[I]FLAGS\f[R]] [\f[I]OPTIONS\f[R]] [\f[I]INPUT\f[R]] |
| 11 | +.PD 0 |
| 12 | +.P |
| 13 | +.PD |
| 14 | +ffs \f[I]--completions\f[R] \f[I]SHELL\f[R] |
| 15 | +.PD 0 |
| 16 | +.P |
| 17 | +.PD |
| 18 | +ffs [\f[I]-h\f[R]|\f[I]--help\f[R]] |
| 19 | +.PD 0 |
| 20 | +.P |
| 21 | +.PD |
| 22 | +ffs [\f[I]-V\f[R]|\f[I]--version\f[R]] |
11 | 23 | .SH DESCRIPTION |
12 | 24 | .PP |
13 | | -ffs---short for the file filesystem---lets you mount semi-structured |
14 | | -data as a filesystem, allowing you to work with modern formats using |
15 | | -familiar shell tools. |
| 25 | +\f[I]ffs\f[R]---the \f[I]f\f[R]ile \f[I]f\f[R]ile\f[I]s\f[R]ystem---lets |
| 26 | +you mount semi-structured data as a filesystem, allowing you to work |
| 27 | +with modern formats using familiar shell tools. |
| 28 | +.PP |
| 29 | +\f[I]ffs\f[R] uses filesystems in userspace (FUSE); you must have these |
| 30 | +installed on your system to use \f[I]ffs\f[R]. |
16 | 31 | .SS Flags |
17 | 32 | .TP |
18 | 33 | -d, --debug |
@@ -139,6 +154,13 @@ When filenames are present, extensions will be used to infer the format |
139 | 154 | being used. |
140 | 155 | You can specify the source and target formats explicitly with |
141 | 156 | \f[I]--source\f[R] and \f[I]--target\f[R], respectively. |
| 157 | +.SH SEE ALSO |
| 158 | +.PP |
| 159 | +fuse(4), fusermount(3), mount(8), umount(8) |
| 160 | +.PP |
| 161 | +To learn more about FUSE (Filesystem in Userspace), check out libfuse |
| 162 | +(Linux) <https://github.com/libfuse/libfuse> and macFUSE (macOS) |
| 163 | +<https://osxfuse.github.io/>. |
142 | 164 | .SH BUGS |
143 | 165 | .PP |
144 | 166 | See <https://github.com/mgree/ffs/issues>. |
|
0 commit comments