Compare commits

..

No commits in common. "main" and "009-clean-up" have entirely different histories.

View file

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