From 1e6cda33311a547c788278486438f3bac333eebd Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Fri, 20 May 2022 09:00:37 -0400 Subject: [PATCH] Add w3m to command list --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index ddc9804..26d8415 100644 --- a/main.go +++ b/main.go @@ -82,6 +82,10 @@ func initialModel() model { displayString: "newsboat", command: exec.Command("xterm", "-maximized", "-e", "newsboat"), }, + commandChoice{ + displayString: "w3m", + command: exec.Command("xterm", "-maximized", "-e", "w3m", "https://languagehat.com/"), + }, ), selected: make(map[int]struct{}), }