Add w3m to command list
This commit is contained in:
parent
bd9cbc99b9
commit
1e6cda3331
1 changed files with 4 additions and 0 deletions
4
main.go
4
main.go
|
@ -82,6 +82,10 @@ func initialModel() model {
|
||||||
displayString: "newsboat",
|
displayString: "newsboat",
|
||||||
command: exec.Command("xterm", "-maximized", "-e", "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{}),
|
selected: make(map[int]struct{}),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue