aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make limit short arg consistentBryan Newbold2021-02-151-1/+1
|
* finish writing first iteration of manpageBryan Newbold2021-02-152-53/+221
|
* document release process (informal)Bryan Newbold2021-02-151-0/+16
|
* start a CHANGELOGBryan Newbold2021-02-151-0/+25
|
* indeed, apt update in gitlab-ci.ymlBryan Newbold2021-02-141-0/+1
|
* gitlab CI: try to fix builds by installing libsodium-devBryan Newbold2021-02-141-1/+3
| | | | Might need to apt update?
* include API version built against in 'status' outputBryan Newbold2021-02-141-0/+7
|
* allow editgroup_id to be supplied with 'editgroup_' prefixBryan Newbold2021-02-133-15/+54
|
* cargo.lock: dev versionBryan Newbold2021-02-131-1/+1
|
* cargo: starting next versionBryan Newbold2021-02-111-1/+1
|
* readme: homebrew install instructionsBryan Newbold2021-02-101-2/+0
|
* make: homebrew helper targetBryan Newbold2021-02-101-0/+13
|
* cargo lock for v0.1.0 (oops)Bryan Newbold2021-02-101-1/+1
|
* set fatcat-cli crate to v0.1.0v0.1.0Bryan Newbold2021-02-101-1/+1
|
* add descriptions to sub-commandsBryan Newbold2021-02-101-0/+31
|
* commit shell completionsBryan Newbold2021-02-102-0/+1916
|
* update manpage (work-in-progress)Bryan Newbold2021-02-102-32/+210
|
* README: fatcat -> fatcat-cliBryan Newbold2021-02-101-11/+13
|
* several bugfixesBryan Newbold2021-02-102-10/+18
|
* gitignore: pdfsBryan Newbold2021-02-102-1/+2
|
* batch download parallelismBryan Newbold2021-02-104-26/+127
|
* download: verify sha1 at download timeBryan Newbold2021-02-103-6/+49
|
* download: restyle progress bar; check HTTP content lengthBryan Newbold2021-02-101-4/+11
|
* download: filenames as specifiers, not sha1Bryan Newbold2021-02-103-12/+74
|
* batch options cascade to sub-commandsBryan Newbold2021-02-101-2/+2
|
* download output path/directory argsBryan Newbold2021-02-102-35/+75
|
* search output: use full ident/specifierBryan Newbold2021-02-101-4/+4
|
* editgroup -> editgroupsBryan Newbold2021-02-101-15/+15
|
* search: container and file indexesBryan Newbold2021-02-104-7/+57
|
* make: completionsBryan Newbold2021-02-101-0/+5
|
* default search output as a tableBryan Newbold2021-02-104-39/+104
|
* shell completions (via hidden flag)Bryan Newbold2021-02-102-0/+17
|
* add colored JSON output for some commandsBryan Newbold2021-02-094-12/+44
|
* README: disambiguationBryan Newbold2021-02-091-0/+5
|
* make: manpage building betterBryan Newbold2021-02-091-2/+4
|
* roll back version; don't abort on panicBryan Newbold2021-02-093-11/+12
| | | | | The "abort on panic" behavior cuts down binary size a bunch, but makes debugging harder, I think.
* move around notes, docs, other text filesBryan Newbold2021-02-096-2/+124
|
* start re-writing READMEBryan Newbold2021-02-091-8/+95
|
* minimal .gitlab-ci.yml (instead of complex fatcat one)Bryan Newbold2021-02-091-53/+6
|
* update scripts for top-level directoryBryan Newbold2021-02-093-8/+8
|
* move source code to top-level directoryBryan Newbold2021-02-0966-0/+0
|
* move helper files to top-level directoryBryan Newbold2021-02-096-0/+0
|
* update LICENSE (GPLv3 for fatcat-cli)Bryan Newbold2021-02-092-90/+90
|
* update top-level gitignoreBryan Newbold2021-02-092-27/+3
|
* lots more progress on batch commands (and more)Bryan Newbold2021-02-057-172/+520
|
* improve download routines; move 'edit' to commands.rsBryan Newbold2021-02-044-63/+119
|
* refactor into new commands file/module; add several commands; work-in-progressBryan Newbold2021-02-047-267/+667
|
* remove thread limit from test commandBryan Newbold2021-02-041-1/+1
|
* WIP on download, with progress barBryan Newbold2021-02-025-6/+169
|
* update fatcat-cli for fatcat-openapi changesBryan Newbold2021-02-027-833/+526
| | | | | | | | This actually took the better part of a day, and I almost switched to golang instead of wrangling with rust types. In the end the solution was simple, and very nearly exactly what was in the example docs.