Add w3m to command list

main
Adam Cooper 1 year ago
parent bd9cbc99b9
commit 1e6cda3331
  1. 4
      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{}),
}

Loading…
Cancel
Save