Skip to content

Commit

Permalink
Merge pull request #1 from JFryy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JFryy authored Jun 24, 2024
2 parents 9e248dc + 80943df commit ebde88c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ Download at releases [here](https://github.com/JFryy/qq/releases).
* `qq` is not a full `jq`/`*q` replacement and comes with idiosyncrasies from the underlying `gojq` library.
* the encoders and decoders are not perfect and may not be able to handle all edge cases.


## Contributions
All contributions are welcome to `qq`, especially for upkeep/optimization/addition of new encodings. For ideas on contributions [please refer to the todo docs](https://github.com/JFryy/qq/blob/main/docs/TODO.md) or make an issue/PR for a suggestion if there's something that's wanted or fixes.

## Thanks and Acknowledgements / Related Projects
* [gojq](https://github.com/itchyny/gojq): `gojq` is a pure Go implementation of jq. It is used to power the query engine of qq.
* [fq](https://github.com/wader/fq) : fq is a `jq` like tool for querying a wide array of binary formats.
* A lot of encoding modules 🍻

* Many encoding modules 🍻
7 changes: 7 additions & 0 deletions docs/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## TODO
* Support for protobuff
* Support for HTML
* TUI View fixes on large files
* TUI Autocompletion improvements
* Optimization and Maintenance of encoder and encoder wrappers.
* Support slurp and other flags of jq that are useful.

0 comments on commit ebde88c

Please sign in to comment.