summaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-231-14/+0
|
* cargo fmtJesse Luehrs2018-12-221-6/+5
|
* rename paths to util, and add more stuff to itJesse Luehrs2018-11-101-15/+3
|
* unify cli and cmdJesse Luehrs2018-11-101-2/+1
|
* move the run function into cliJesse Luehrs2018-11-101-9/+1
|
* add sql subcommand for raw queriesJesse Luehrs2018-11-101-0/+1
| | | | this was more painful than i think it should have been
* better options handlingJesse Luehrs2018-11-081-3/+3
|
* stop passing the api key on the command lineJesse Luehrs2018-11-081-0/+1
|
* combine exporter and cmd/syncJesse Luehrs2018-11-071-1/+0
|
* move subcommands to their own fileJesse Luehrs2018-11-071-25/+2
|
* clean up output a bitJesse Luehrs2018-11-071-3/+1
|
* factor out into subcommandsJesse Luehrs2018-11-071-4/+14
|
* no need to define my own type hereJesse Luehrs2018-11-071-5/+2
| | | | didn't realize this already existed
* better top level error handlingJesse Luehrs2018-11-071-7/+39
|
* better command line parsingJesse Luehrs2018-11-071-7/+5
|
* switch to indicatifJesse Luehrs2018-11-071-4/+10
|
* make db syncing workJesse Luehrs2018-11-061-4/+10
|
* add some basic last.fm api queryingJesse Luehrs2018-11-061-0/+20
|
* start sketching out some db stuffJesse Luehrs2018-11-051-1/+10
|
* project skeletonJesse Luehrs2018-11-041-0/+3