gengo - Man Page

gengo – Fetch language statistics for your source code

Synopsis

gengo [Options] COMMAND

Options

Commands

git

Analyze a git repository

See gengo-git(1).

directory

BETA Analyze a directory

See gengo-directory(1).

help

Print a general help message, or the help of the given subcommand(s)

Optional Arguments

-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: always]

Possible values:

  • 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 (see a summary with -h)

-V,  --version

Print version

See Also

gengo-git(1), gengo-directory(1)

Referenced By

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

January 2025