8000 Tags · ttscoff/curlyq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ttscoff/curlyq

Tags

0.0.16

Toggle 0.0.16's commit message
### 0.0.16

2024-11-07 06:45

#### FIXED

- Encoding error

0.0.15

Toggle 0.0.15's commit message
### 0.0.15

2024-10-25 10:32

#### IMPROVED

- Better error when no results, return nothing to STDOUT

0.0.14

Toggle 0.0.14's commit message
### 0.0.14

2024-10-25 10:26

#### FIXED

- Fix permissions

0.0.13

Toggle 0.0.13's commit message
### 0.0.13

2024-10-25 10:23

#### FIXED

- Fix tests, handle empty results better

0.0.12

Toggle 0.0.12's commit message
### 0.0.12

2024-04-04 13:06

0.0.11

Toggle 0.0.11's commit message
### 0.0.11

2024-01-21 15:29

#### IMPROVED

- Add option for --local_links_only to html and links command, only returning links with the same origin site

0.0.10

Toggle 0.0.10's commit message
### 0.0.10

2024-01-17 13:50

#### IMPROVED

- Update YARD documentation
- Breaking change, ensure all return types are Arrays, even with single objects, to aid in scriptability
- Screenshot test suite

0.0.9

Toggle 0.0.9's commit message
### 0.0.9

2024-01-16 12:38

#### IMPROVED

- You can now use dot syntax inside of a square bracket comparison in --query (`[attrs.id*=what]`)
- *=, ^=, $=, and == work with array values
- [] comparisons with no comparison, e.g. [attrs.id], will return every match that has that element populated

0.0.8

Toggle 0.0.8's commit message
### 0.0.8

2024-01-15 16:45

#### IMPROVED

- Dot syntax query can now operate on a full array using empty set []
- Dot syntax query should output a specific key, e.g. attrs[id*=news].content (work in progress)
- Dot query syntax handling touch-ups. Piping to jq is still more flexible, but the basics are there.

0.0.7

Toggle 0.0.7's commit message
### 0.0.7

2024-01-12 17:03

#### FIXED

- Revert back to offering single response (no array) in cases where there are single results (for some commands)
0