summaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Expand)Author
2023-08-24fix: replace string concatenation in loop with string builder (#505)Lars Müller
2023-01-23fix: support hard line breaks (charmbracelet#212)v1.5.0WieeRd
2022-12-19fix: don't close HTTP bodyMaas Lalani
2022-11-11chore: fmt & lint issuesCarlos A Becker
2022-11-11Bump Bubble Tea, Bubbles, Glamour, Lip Gloss, and Termenv and do related updatesChristian Rocha
2022-07-12Remove exit messagetploss
2021-10-22Automatically read from stdin if stdin is a pipeChristian Rocha
2021-04-29Use golang.org/x/termTobias Klauser
2021-02-04Enable/Disable pager from config (#242)lestrrat
2021-01-19If the only arguement is a directory open a TUI at that path (see #234)Christian Rocha
2020-12-24Replace bit-based document type implementation with a set-based oneChristian Rocha
2020-12-24Only show news in news sectionChristian Rocha
2020-12-16Expand the path for a specified style fileNicolas Martin
2020-11-20Add "hidden" command/config for switching on mouse wheel supportv1.2.0Christian Rocha
2020-10-30Ignore YAML frontmatterCristian Dominguez
2020-10-27Error codes should be in the range of 0 to 125v1.1.0Christian Muehlhaeuser
2020-10-26Open the configuration file with $EDITOR via 'glow config'Nicolas Martin
2020-10-26Stub out config sub-commandChristian Rocha
2020-10-23Respect width flag/config setting in the TUI; closes #168Christian Rocha
2020-10-24Support width as a config settingChristian Muehlhaeuser
2020-10-24Display default value for config flag in --helpChristian Muehlhaeuser
2020-10-24Add config file supportChristian Muehlhaeuser
2020-10-19Use the same type to track docs to load and docs loadedChristian Rocha
2020-10-19Add flag for local files only (aka disable network) in TUIChristian Rocha
2020-10-19Move "stashed only" flag from the package-level into the modelChristian Rocha
2020-10-15Don't handle filenames with a colon in it as http(s) urlNicolas Martin
2020-10-05Run `glow stash` to browse stashed files onlyChristian Rocha
2020-10-05Update `-a` help languageChristian Rocha
2020-10-05Hide files and dirs starting with a dot by defaultChristian Rocha
2020-10-05Remove disabled force key/identity file stuff for nowChristian Rocha
2020-10-05Format help and add examples to stash commandChristian Rocha
2020-10-05Disable identity & force-key flagsChristian Muehlhaeuser
2020-10-05Respect -i/--identity flag in the TUIChristian Rocha
2020-10-05Remove stash list, get and delete commandsChristian Rocha
2020-10-05Disable mouse for nowChristian Rocha
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