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{}), }