Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.fd.enable

Whether to enable fd, a simple, fast and user-friendly alternative to find.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.fd.package

The fd package to use.

Type: null or package

Default:

pkgs.fd

Declared by:

programs.fd.extraOptions

Extra command line options passed to fd.

Type: list of string

Default:

[ ]

Example:

[
  "--no-ignore"
  "--absolute-path"
]

Declared by:

programs.fd.hidden

Search hidden files and directories (--hidden argument).

Type: boolean

Default:

false

Declared by:

programs.fd.ignores

List of paths that should be globally ignored.

Type: list of string

Default:

[ ]

Example:

[
  ".git/"
  "*.bak"
]

Declared by: