Compare commits

..

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

View file

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