mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
A JSON Query Language CLI tool built with Rust.
|
|
|
|
Core philosophy:
|
|
* Stay lightweight
|
|
* Keep features as simple as possible
|
|
* Avoid redundancy
|
|
* Provide meaningful error messages
|
|
* Eat JSON as input, process, output JSON back
|
|
|
|
WWW: https://github.com/yamafaktory/jql
|