For the complete documentation index, see llms.txt. This page is also available as Markdown.

Selector Overview

Dasel selectors are simply a list of functions to execute.

Each function:

  • Is separated by a .

  • Accepts 0 or more arguments

  • Returns 0 or more values

  • May have aliases defined to make them easier to use

All functions are documented with examples.

Last updated