summaryrefslogtreecommitdiffstats
path: root/fatcat-cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* make lint (clippy) cleanupsBryan Newbold2022-09-071-3/+1
|
* minor env_logger usage update (deprecation)Bryan Newbold2022-03-291-1/+1
|
* editgroup description option for batch editingBryan Newbold2021-11-191-3/+21
|
* entity JSON fetch mode for scholar searchesBryan Newbold2021-08-101-3/+12
|
* basic refs-in/refs-out --entity-json search supportBryan Newbold2021-08-101-0/+28
| | | | This is a bit of a hack to enable easier downloading and other processing of references.
* initial fatcat_refs search index supportBryan Newbold2021-08-091-0/+5
|
* cargo clippy cleanBryan Newbold2021-05-251-2/+4
|
* remove TODO; tabwriter auto-resets every so oftenBryan Newbold2021-05-251-1/+0
|
* cargo fmtBryan Newbold2021-05-251-1/+3
|
* search: add scholar index; improve queries for file and containerBryan Newbold2021-04-301-0/+3
|
* partial clippy lint cleanupBryan Newbold2021-02-151-8/+8
|
* make fmtBryan Newbold2021-02-151-21/+61
|
* make limit short arg consistentBryan Newbold2021-02-151-1/+1
|
* allow editgroup_id to be supplied with 'editgroup_' prefixBryan Newbold2021-02-131-14/+14
|
* add descriptions to sub-commandsBryan Newbold2021-02-101-0/+31
|
* batch download parallelismBryan Newbold2021-02-101-2/+8
|
* download: filenames as specifiers, not sha1Bryan Newbold2021-02-101-1/+1
|
* batch options cascade to sub-commandsBryan Newbold2021-02-101-2/+2
|
* download output path/directory argsBryan Newbold2021-02-101-10/+35
|
* editgroup -> editgroupsBryan Newbold2021-02-101-15/+15
|
* search: container and file indexesBryan Newbold2021-02-101-0/+20
|
* default search output as a tableBryan Newbold2021-02-101-25/+43
|
* shell completions (via hidden flag)Bryan Newbold2021-02-101-0/+15
|
* add colored JSON output for some commandsBryan Newbold2021-02-091-11/+14
|
* move source code to top-level directoryBryan Newbold2021-02-091-0/+631