Skip to content

Commit

Permalink
docs: consistent usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
samsullivan committed Jan 18, 2024
1 parent c1361f6 commit 8784c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ brew install jqless
To use, start `jqless` in your favorite terminal by either piping JSON data to the process or including a file path as the first argument.

```
cat /path/to/file.json | jqless
jqless /path/to/file.json
jqless [path/to/file.json]
cat [path/to/file.json] | jqless
```

Once loaded, type your `jq` query as expected and see the results filter. To extract results to your clipboard, use `ctrl+x` as shown in help text.
Expand Down

0 comments on commit 8784c23

Please sign in to comment.