Commit Graph

8 Commits

Author SHA1 Message Date
Dave Gallant
d9474be233 Add and enforce golangci-lint (#16) 2020-07-05 22:44:05 -04:00
Dave Gallant
61f9c2d3ce Simplify scroll (#14) 2020-07-04 16:51:29 -04:00
Dave Gallant
820255a18d Fix scroll bug (#13) 2020-07-04 01:05:23 -04:00
Dave Gallant
afbfa53ae6 Add feed description view (#12)
with colors!
2020-07-03 23:25:48 -04:00
Dave Gallant
295dae27fd Reset origin on feed load 2020-04-08 00:50:44 -04:00
Dave Gallant
a13d212968 Determine when to apply autoscroll
When shrinking the window, scrolling was limited to only the current
view buffer. This should implement auto-scrolling. It's a little bit
janky, but should be sufficient for now.
2020-04-08 00:21:18 -04:00
Dave Gallant
073db44b81 Allow for optional external viewer args
In order to pass in options like `--new-window` to an external viewer like
`firefox`, optional args can now be defined in configuration. See
config-example.yaml for an example.
2020-04-04 23:08:43 -04:00
Dave Gallant
49ea48976d Re-structure packages
Overhaul of package structure and other cleanup.
2020-04-04 20:19:46 -04:00