DominuZ commited on
Commit
627e0a2
·
verified ·
1 Parent(s): 2f28647

Card: jqc 0.2.0 (cargo install, --write com confirmacao, sessao interativa)

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -99,14 +99,19 @@ straight from this repo also works: `ollama run hf.co/DominuZ/jq-coder-0.6B:Q8_0
99
 
100
  ## Or the `jqc` CLI — one binary, batteries included
101
 
102
- Prebuilt binaries for Windows, Linux and macOS (Apple Silicon) on the
103
- [Releases page](https://github.com/EdelmarSchneider/jq-coder-cli/releases). It embeds
104
- llama.cpp and runs the generated filter for you; the model downloads on first use.
105
 
106
  ```bash
107
  jqc "get the id of every order" orders.json
108
  ```
109
 
 
 
 
 
 
110
  ## Or llama.cpp / LM Studio
111
 
112
  ```bash
 
99
 
100
  ## Or the `jqc` CLI — one binary, batteries included
101
 
102
+ `cargo install jqc`, or prebuilt binaries for Windows, Linux and macOS (Apple Silicon)
103
+ on the [Releases page](https://github.com/EdelmarSchneider/jq-coder-cli/releases). It
104
+ embeds llama.cpp and runs the generated filter for you; the model downloads on first use.
105
 
106
  ```bash
107
  jqc "get the id of every order" orders.json
108
  ```
109
 
110
+ Since v0.2.0 it can also **write the result back into the file** (`--write`: shows a
111
+ diff, asks first, keeps a `.bak`, writes atomically) and offers an **interactive
112
+ session** (`jqc orders.json`): chain requests against a working buffer with apply/undo,
113
+ and the file on disk only changes when you confirm `:w`.
114
+
115
  ## Or llama.cpp / LM Studio
116
 
117
  ```bash