Results 7 issues of Kelly Brazil

Added the `jc --git-log` tool which can convert git logs to JSON.

https://stackoverflow.com/questions/6066350/command-line-tool-for-converting-plist-to-json

new-parser

In general, if `jtbl` is not resizing or truncating fields it will preserve the order of fields in the column output. Field order has no significance in JSON, so this...

enhancement

I tried using the `rank_order=True` argument on my SQLite3 database index (~400k rows) and for queries that return a small number of results it works great. But if there are...

### Discussed in https://github.com/kellyjonbrazil/jc/discussions/397 Originally posted by **kishaningithub** April 27, 2023 The `git diff --name-status main..` gives the output in the format ``` R100 README.md README_now.md M bootstrap/bootstrap.sh D configs/sample.json...

new-parser

Enhancement to add streaming support so the entire JSON document doesn't need to be loaded to start processing. Looks like the `ijson` library might handle a lot of this. I...

enhancement

The [documentation](https://kellyjonbrazil.github.io/jc/docs/parsers/apt_get_sqq) would be better with something like this as an usage example: ```bash $ apt-get -sqq upgrade | jc --apt-get-sqq ``` or ```bash $ jc apt-get -sqq full-upgrade ```...

bug
ready-to-ship