Skip to content

Commit 565a6d9

Browse files
committed
otree: add
1 parent 78036b7 commit 565a6d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ Listed below are restricted programming language interpreters and templating too
449449
- [jid](https://github.com/simeji/jid) **** Explore JSON interactively with filtering queries like jq.
450450
- [jiq](https://github.com/fiatjaf/jiq) **** Explore JSON interactively with jq. Requires jq.
451451
- [lobar](https://github.com/sodiumjoe/lobar) **** Process JSON and explore it interactively with a wrapper for `lodash.chain()`. An alternative to jq with JavaScript syntax.
452+
- [otree](https://github.com/fioncat/otree) **** Expore JSON, TOML, and YAML using a TUI tree widget.
452453
- [qq](https://github.com/JFryy/qq) **** Query and manipulate data in a number of formats: CSV, GRON, HCL, HTML, INI, JSON, Proto definition language, Terraform, TOML, XML, YAML, and lines of text. Expore data interactively. Uses gojq as a library.
453454
- [sc-im](https://github.com/andmarti1424/sc-im) **** A Vim-like spreadsheet calculator for CSV and TSV files.
454455
- [VisiData](https://github.com/saulpw/visidata) **** Explore interactively data in TSV, CSV, XLS, XLSX, HDF5, JSON, and [other formats](http://visidata.org/man/#loaders). [Introduction](https://jsvine.github.io/intro-to-visidata/).

data/projects.toml

+5
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@ url = "https://github.com/nushell/nushell"
348348
descr = "A command shell. Can natively [load data](https://www.nushell.sh/book/loading_data.html) from CSV, INI, JSON, TOML, TSV, XML, YAML, and other formats."
349349
tags = ["csv", "json", "toml", "xml", "yaml", "multiformat"]
350350

351+
[otree]
352+
url = "https://github.com/fioncat/otree"
353+
descr = "Expore JSON, TOML, and YAML using a TUI tree widget."
354+
tags = ["tui"]
355+
351356
[pawk]
352357
url = "https://github.com/alecthomas/pawk"
353358
descr = "Process text with AWK-like patterns, but Python code."

0 commit comments

Comments
 (0)