summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2019-11-26Calculate baseURL for local filesChristian Muehlhaeuser
2019-11-26Handle relative URLs in markdown, when a BaseURL is providedChristian Muehlhaeuser
2019-11-25Fix word-wrapping in colored outputChristian Muehlhaeuser
2019-11-25Basic GitLab supportChristian Muehlhaeuser
2019-11-25Word-wrap text at 100 chars per defaultChristian Muehlhaeuser
2019-11-25Check for supported HTTP/HTTPS protocols explicitlyChristian Muehlhaeuser
2019-11-25Support github URLs without protocolChristian Muehlhaeuser
2019-11-25Use a plain-text renderer when not printing to TerminalChristian Muehlhaeuser
2019-11-24Move Render and RenderBytes to TermRendererToby Padilla
2019-11-24Find README(.md) in current working dir when no arg was suppliedChristian Muehlhaeuser
2019-11-24Cleanup/simplify main.goChristian Muehlhaeuser
2019-11-24Support fetching markdown from arbitrary HTTP sourcesChristian Muehlhaeuser
2019-11-22Use cobra to handle command line parametersChristian Muehlhaeuser
2019-11-22Support reading from stdinChristian Muehlhaeuser
2019-11-22Support fetching READMEs from GitHubChristian Muehlhaeuser
2019-11-15Update repo orgToby Padilla
2019-11-12Remove blackfriday requirement from clientsToby Padilla
2019-11-09Remove test mdToby Padilla
2019-11-09Much better parsing, README exampleToby Padilla
2019-11-09Load style from jsonToby Padilla
2019-11-04initToby Padilla