/fv

File Visualizer

Primary LanguageRustGNU General Public License v3.0GPL-3.0

fv

Fv is a file visualization program by Matt Mahoney.

USAGE: PROG_NAME [OPTIONS]

OPTIONS:
  -i, -inputs   Specify inputs. Can be files or directories. 
  -col-scale    Floating-point value specifying saturation of created image. (Default 10.0)
  -width        Integer value specifying width of created image. (Default 512)
  
EXAMPLE:
  PROG_NAME -inputs foo.bar -width 1024 -col-scale 15.0