summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2020-10-05Add basic mouse wheel support to pagerChristian Rocha
2020-10-05Update altscreen calls per latest Bubble Tea updateChristian Rocha
2020-10-05Consolidate debug config stuffChristian Rocha
2020-10-05Remove Boba residueChristian Rocha
2020-10-05Parse subcommands before main command arguments int the CLIChristian Rocha
2020-10-05CommentsChristian Rocha
2020-10-05Make `--force-key`/`-f` a persistent flag, like `--identity`Christian Rocha
2020-10-05Log to a given path if `GLOW_LOG_TO_FILE` is setChristian Rocha
2020-10-05Pass style argument to the Boba programChristian Rocha
2020-10-05Silence this Go linter messageChristian Rocha
2020-10-05Do it fullscreenChristian Rocha
2020-10-05Load stash + fix spinner issues + render nothing usefulChristian Rocha
2020-10-05Stub out Tea UI: create Charm client and generate keys if necessaryChristian Rocha
2020-10-05Delete from stash commandToby Padilla
2020-10-05Get markdown commandToby Padilla
2020-10-05List stashToby Padilla
2020-10-05Working stash commandToby Padilla
2020-07-23Enable use of the `GLAMOUR_STYLE` environment variable (#152)Jesse Millar
2020-05-05Validate options onceChristian Muehlhaeuser
2020-05-05Automatically detect terminal width, with a 120 char limitChristian Muehlhaeuser
2020-05-05Change default rendering width to 80Christian Muehlhaeuser
2020-03-31Rename readerFromArg to sourceFromArgChristian Muehlhaeuser
2020-03-31Make source privateChristian Muehlhaeuser
2020-03-31Use glamour's WithAutoStyle option as defaultChristian Muehlhaeuser
2020-01-14Use glamour's 'auto' style per defaultChristian Muehlhaeuser
2020-01-13Search for READMEs case-insensitively & recursivelyChristian Muehlhaeuser
2020-01-08Pass writer to executeArg to make code easier to testChristian Muehlhaeuser
2020-01-08Fix starting glow without sourcesChristian Muehlhaeuser
2020-01-08feat: support multiple filesCarlos Alexandro Becker
2019-12-31Add -p flag to render output in default pagerChristian Muehlhaeuser
2019-12-31Fix typo in commentChristian Muehlhaeuser
2019-12-28Bump glamour dependency and adopt functional options APIChristian Muehlhaeuser
2019-12-25Trim unstyled padding spaces from outputChristian Muehlhaeuser
2019-12-23Fix init when reading from stdinv0.1.2Christian Muehlhaeuser
2019-12-20Rename to glowChristian Muehlhaeuser
2019-12-19Import glamourChristian Muehlhaeuser
2019-12-14Move ANSIRenderer into a separate packageChristian Muehlhaeuser
2019-12-13Don't panic, forward the error to the callerChristian Muehlhaeuser
2019-12-10Add godoc comments to public typesChristian Muehlhaeuser
2019-12-10Fix baseURL for relative pathsChristian Muehlhaeuser
2019-12-09Shorten commit SHA in version outputChristian Muehlhaeuser
2019-12-09Enable version command for release buildsChristian Muehlhaeuser
2019-12-07Calculate block width from BlockStack & RenderContextChristian Muehlhaeuser
2019-12-07Check for err before trying to access the stat structChristian Muehlhaeuser
2019-12-06Automatically use the notty style when stdout is no terminalChristian Muehlhaeuser
2019-12-06When passed a directory as cli-arg, find a README[.md] in itChristian Muehlhaeuser
2019-12-06Return potential error from ioutil.ReadAllChristian Muehlhaeuser
2019-12-06Embed styles in gold libraryChristian Muehlhaeuser
2019-11-28Render each paragraph individually and reflow text only inside paragraphsChristian Muehlhaeuser
2019-11-26Embed default dark style into binaryChristian Muehlhaeuser