← Back to tools
View AGENTS.md for dasel
dasel
Query and modify data structures using selector strings
Description
dasel (data-selector) allows you to query and modify data structures using selector strings. It supports JSON, YAML, TOML, XML, and CSV with a unified query syntax for reading and writing data.
AI Summary
Query and modify JSON, YAML, TOML, XML, and CSV with unified selector syntax
Capabilities
- + Query data with selector strings
- + Modify data structures in place
- + Support JSON, YAML, TOML, XML, CSV
- + Convert between data formats
Use When
- → When querying or modifying structured data files
- → When converting between data formats
Avoid When
- x When working with a single format (use dedicated tools)