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.
This commit is contained in:
@@ -4,8 +4,9 @@ feeds:
|
||||
- https://www.reddit.com/r/golang/.rss
|
||||
- https://www.reddit.com/r/linux/.rss
|
||||
- https://www.zdnet.com/topic/security/rss.xml
|
||||
- https://aws.amazon.com/blogs/security/feed/
|
||||
- https://www.archlinux.org/feeds/news/
|
||||
|
||||
# Optionally define an an external application viewer
|
||||
# Optionally define an application to view the feeds
|
||||
#externalViewer: firefox
|
||||
# Optionally define args for the external viewer
|
||||
#externalViewerArgs:
|
||||
#- --new-window
|
||||
|
Reference in New Issue
Block a user