We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a3e8d commit 4061e30Copy full SHA for 4061e30
readme.md
@@ -73,7 +73,7 @@ set total (eq search -l 1 | jq '.available')
73
set length 50 # can only download up to 50 at a time
74
set pages (math floor $total / $length)
75
for i in (seq 0 $pages)
76
- set start (math $i \* $length)
+ set start (math $i x $length)
77
echo "Downloading items $start to" (math $start + $length)
78
# NOTE: no attachment info, use "--info all" for both attachments & metadata
79
eq search -l $length --info metadata --start $start > json/$i.json
0 commit comments