Compare commits

...

2 commits

Author SHA1 Message Date
Adam Cooper 6c5cc39107 Testing out git and ssh 2023-02-11 09:51:18 -05:00
Adam Cooper 1e6cda3331 Add w3m to command list 2022-05-20 09:00:37 -04:00

View file

@ -1,5 +1,7 @@
package main
// Testing out tea; really, git and ssh
import (
"fmt"
"io/fs"
@ -82,6 +84,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{}),
}