summaryrefslogtreecommitdiff
path: root/comitium.go
AgeCommit message (Expand)Author
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23add timeout flag to refreshnytpu
2021-03-20fix typonytpu
2021-03-20reduce repetition and inconsistency when writing subs and feeds.gminytpu
2021-03-20Add flags to remove for more fine-grained removalsnytpu
2021-03-20add regenerate commandnytpu
2021-03-19remove list command and instead write "subscriptions.gmi" & "feed.gmi"nytpu
2021-03-18write subscriptions.gmi after removing subnytpu
2021-03-18Write subscriptionsnytpu
2021-03-18implement remove commandnytpu
2021-03-18Implement list command using previously implemented core.FullData.Export()nytpu
2021-03-18clarify add flags, rename addTypeFlag to addPageFlagnytpu
2021-03-18factor out argument checking into functionnytpu
2021-03-18Start refresh job for refresh commandnytpu
2021-03-18add flag for number of refresh workersnytpu
2021-03-18move saving json down since it's done after almost any functionnytpu
2021-03-18cleanup and simplify error handlingnytpu
2021-03-18why those comments dere?nytpu
2021-03-18Make sure datapath exists to prevent errornytpu
2021-03-18start building out different commands in main()nytpu
2021-03-18initialize core in main()nytpu
2021-03-16add command parsingnytpu