Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: completions | Bryan Newbold | 2021-02-10 | 1 | -0/+5 |
| | |||||
* | default search output as a table | Bryan Newbold | 2021-02-10 | 4 | -39/+104 |
| | |||||
* | shell completions (via hidden flag) | Bryan Newbold | 2021-02-10 | 2 | -0/+17 |
| | |||||
* | add colored JSON output for some commands | Bryan Newbold | 2021-02-09 | 4 | -12/+44 |
| | |||||
* | README: disambiguation | Bryan Newbold | 2021-02-09 | 1 | -0/+5 |
| | |||||
* | make: manpage building better | Bryan Newbold | 2021-02-09 | 1 | -2/+4 |
| | |||||
* | roll back version; don't abort on panic | Bryan Newbold | 2021-02-09 | 3 | -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 files | Bryan Newbold | 2021-02-09 | 6 | -2/+124 |
| | |||||
* | start re-writing README | Bryan Newbold | 2021-02-09 | 1 | -8/+95 |
| | |||||
* | minimal .gitlab-ci.yml (instead of complex fatcat one) | Bryan Newbold | 2021-02-09 | 1 | -53/+6 |
| | |||||
* | update scripts for top-level directory | Bryan Newbold | 2021-02-09 | 3 | -8/+8 |
| | |||||
* | move source code to top-level directory | Bryan Newbold | 2021-02-09 | 66 | -0/+0 |
| | |||||
* | move helper files to top-level directory | Bryan Newbold | 2021-02-09 | 6 | -0/+0 |
| | |||||
* | update LICENSE (GPLv3 for fatcat-cli) | Bryan Newbold | 2021-02-09 | 2 | -90/+90 |
| | |||||
* | update top-level gitignore | Bryan Newbold | 2021-02-09 | 2 | -27/+3 |
| | |||||
* | lots more progress on batch commands (and more) | Bryan Newbold | 2021-02-05 | 7 | -172/+520 |
| | |||||
* | improve download routines; move 'edit' to commands.rs | Bryan Newbold | 2021-02-04 | 4 | -63/+119 |
| | |||||
* | refactor into new commands file/module; add several commands; work-in-progress | Bryan Newbold | 2021-02-04 | 7 | -267/+667 |
| | |||||
* | remove thread limit from test command | Bryan Newbold | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | WIP on download, with progress bar | Bryan Newbold | 2021-02-02 | 5 | -6/+169 |
| | |||||
* | update fatcat-cli for fatcat-openapi changes | Bryan Newbold | 2021-02-02 | 7 | -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. | ||||
* | re-codegen openapi stuff | Bryan Newbold | 2021-02-02 | 13 | -23736/+20415 |
| | |||||
* | codegen: bump to released/stable 5.0.0 | Bryan Newbold | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | schema: v0.3.3 updates (doaj, dblp, oai) | Bryan Newbold | 2021-02-02 | 1 | -1/+25 |
| | |||||
* | update TODO/plan (old work-in-progress notes) | Bryan Newbold | 2021-02-02 | 2 | -43/+56 |
| | |||||
* | commit old work-in-progress | Bryan Newbold | 2021-02-02 | 6 | -437/+1110 |
| | |||||
* | remove empty file | Bryan Newbold | 2020-06-13 | 1 | -0/+0 |
| | |||||
* | a bit more manpage (still sparse) | Bryan Newbold | 2020-06-13 | 2 | -0/+70 |
| | |||||
* | efficiencies and lint fixes | Bryan Newbold | 2020-06-13 | 5 | -29/+29 |
| | |||||
* | basic .gitlab-ci.yml | Bryan Newbold | 2020-06-13 | 1 | -0/+57 |
| | |||||
* | top-level README (stub) | Bryan Newbold | 2020-06-13 | 1 | -0/+13 |
| | |||||
* | infrastructure for CLI .deb and manpage | Bryan Newbold | 2020-06-13 | 5 | -1/+65 |
| | |||||
* | use -n as short arg for limit/num | Bryan Newbold | 2020-06-13 | 1 | -3/+3 |
| | |||||
* | expand/hide flags for gets | Bryan Newbold | 2020-06-13 | 2 | -23/+35 |
| | |||||
* | more mutable fields | Bryan Newbold | 2020-06-13 | 1 | -0/+21 |
| | |||||
* | clippy/check cleanups | Bryan Newbold | 2020-06-13 | 6 | -87/+65 |
| | |||||
* | start implementing some more mutations | Bryan Newbold | 2020-06-13 | 1 | -9/+39 |
| | |||||
* | WIP on a rust makefile | Bryan Newbold | 2020-06-13 | 1 | -0/+22 |
| | |||||
* | working cargo workspace config | Bryan Newbold | 2020-06-13 | 2 | -51/+2371 |
| | |||||
* | gitignore: openapi generator jars | Bryan Newbold | 2020-06-13 | 1 | -0/+1 |
| | |||||
* | WIP fatcat-cli code from bnewbold-cli branch | Bryan Newbold | 2020-06-13 | 11 | -0/+1747 |
| | |||||
* | meta rust files from bnewbold-cli branch | Bryan Newbold | 2020-06-13 | 5 | -0/+187 |
| | |||||
* | copy codegen rust openapi client from fatcat repo | Bryan Newbold | 2020-06-13 | 53 | -0/+54008 |
| | |||||
* | copy fatcat-openapi3.yml from bnewbold-cli branch of fatcat repo | Bryan Newbold | 2020-06-13 | 1 | -0/+7083 |
| | |||||
* | init repo by copying from main fatcat repo | Bryan Newbold | 2020-06-13 | 5 | -0/+754 |