Note
This command is rarely needed anymore. As of Fathom 3.4, vectorization happens automatically when you run a command that needs it.
fathom list¶
List URL paths to samples.
Recursively list paths of HTML files in IN_DIRECTORY relative to <base_dir>, one path per line. If <base_dir> is not specified, paths are relative to IN_DIRECTORY. Optionally saves output to <out_file>.
This is useful for vectorizing samples using FathomFox. FathomFox expects
input filenames copied into a text box with one filename per line and
relative to some path you are serving files from using fathom serve
.
fathom list [OPTIONS] IN_DIRECTORY
Options
-
-b
,
--base-dir
<base_dir>
¶ The directory to create relative paths from.
-
-o
,
--out-file
<out_file>
¶ A file for saving the printed filenames for easy future reference.
-
-u
,
--show-urls
¶
Also show the original URL of each sample.
Arguments
-
IN_DIRECTORY
¶
Required argument