mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2025-07-04 20:38:28 +02:00
Add dasel to data manipulation
This commit is contained in:
parent
8b70dcc6e6
commit
289885bf00
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
- [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files.
|
||||
- [q](http://harelba.github.io/q/) - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
|
||||
- [yq](https://github.com/kislyuk/yq) - Command-line YAML processor (Uses the same syntax as jq).
|
||||
- [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to [jq](https://github.com/stedlan/jq) / [yq](https://github.com/kislyuk/yq) but supports JSON, YAML, TOML and XML with zero runtime dependencies.
|
||||
|
||||
### JSON
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue