summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add some viewsJesse Luehrs2018-11-101-0/+12
* add sql subcommand for raw queriesJesse Luehrs2018-11-105-1/+130
* better options handlingJesse Luehrs2018-11-083-21/+16
* stop passing the api key on the command lineJesse Luehrs2018-11-085-20/+55
* remove some unnecessary use statementsJesse Luehrs2018-11-074-12/+2
* clean up one more use of expectJesse Luehrs2018-11-072-5/+5
* don't even try to do work if we know there's nothing to doJesse Luehrs2018-11-071-8/+10
* simplifyJesse Luehrs2018-11-071-3/+3
* combine exporter and cmd/syncJesse Luehrs2018-11-074-45/+4
* move subcommands to their own fileJesse Luehrs2018-11-073-25/+34
* clean up output a bitJesse Luehrs2018-11-072-4/+2
* factor out into subcommandsJesse Luehrs2018-11-072-20/+53
* no need to define my own type hereJesse Luehrs2018-11-075-24/+16
* better top level error handlingJesse Luehrs2018-11-072-10/+59
* better command line parsingJesse Luehrs2018-11-072-7/+33
* ignore the currently playing songJesse Luehrs2018-11-072-2/+3
* process tracks chronologicallyJesse Luehrs2018-11-072-9/+32
* switch to indicatifJesse Luehrs2018-11-071-4/+10
* make db syncing workJesse Luehrs2018-11-064-6/+68
* method to see when the most recent track we know about happenedJesse Luehrs2018-11-061-0/+13
* support fetching new tracks since a given dateJesse Luehrs2018-11-061-10/+26
* no need to create the connection twice hereJesse Luehrs2018-11-061-7/+10
* add some basic last.fm api queryingJesse Luehrs2018-11-063-0/+184
* start sketching out some db stuffJesse Luehrs2018-11-054-1/+64
* project skeletonJesse Luehrs2018-11-041-0/+3