aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv.go
AgeCommit message (Expand)Author
2020-12-20Add license (MPL 2.0)Teddy Wing
2020-12-20Add package-level documentationTeddy Wing
2020-12-20Set `pkg/browser`'s `Stderr` and `Stdout` to oursTeddy Wing
2020-12-20Add function and variable documentationTeddy Wing
2020-12-20Remove handled TODOsTeddy Wing
2020-12-20Support multiple colon-separated commands in `BROWSER`Teddy Wing
2020-12-20Connect `Stdout` and `Stderr` to browser commandTeddy Wing
2020-12-20Move browser command formatting to a new `fmtBrowserCommand()`Teddy Wing
2020-12-20Rename `escapeBrowserCommand()` to `shellEscapeCommand()`Teddy Wing
2020-12-20Rename `fmtBrowserCommand()` to `escapeBrowserCommand()`Teddy Wing
2020-12-20Escape single quotes in URLTeddy Wing
2020-12-20Handle `%s` format string for URL in `BROWSER` variableTeddy Wing
2020-12-19Add `BROWSER` support to `OpenReader()`Teddy Wing
2020-12-19Add `BROWSER` support to `OpenFile()`Teddy Wing
2020-12-19Add `BROWSER` support to `OpenURL()`Teddy Wing
2020-12-14Wrap `github.com/pkg/browser` in a new `browserenv` packageTeddy Wing