gengo-directory - Man Page

gengo directory – BETA Analyze a directory

Synopsis

gengo directory [Options]

Options

-D,  --directory DIRECTORY

The path to the directory to analyze [default: .]

-l,  --read-limit READ_LIMIT

The maximum number of bytes to read from each file.

This is useful for large files that can impact performance.

The format is in bytes. The default is 1 MiB.

[default: 1048576]

-a,  --all

Report on all files, even if they are not detectable.

This only applies to the pretty format, as machine-readable formats always include all files.

-b,  --breakdown

Include detailed statistics for each language.

This only applies to the pretty format, as machine-readable formats always include detailed statistics.

--color COLOR

Control when colors are displayed

[default: auto]

Possible values:

  • auto: Automatically detect if colors are supported
  • always: Always use colors
  • ansi: Use only the 8 ANSI colors
  • never: Disable colors
-F,  --format FORMAT

The format to use for output

[default: pretty]

Possible values:

  • pretty: Output for humans
  • json: JSON output
-h,  --help

Print help

-V,  --version

Print version

See Also

gengo-git(1)

gengo(1)

Referenced By

gengo(1), gengo-git(1).

August 2026