Simon Lehn
Simon Lehn
I suggest using the [Writer](https://godoc.org/github.com/dsnet/compress/bzip2#Writer) from https://github.com/dsnet/compress instead of a command line tool which isn't always available.
It still needs figuring out when to make calls to muxwrap (for which escape codes) - This is why I called it preliminary. Piping the whole script through doesn't work....
I have enabled it now. The mlterm checks had to be changed because the TERM variable is set to screen or screen.* inside tmux / screen. * mlterm+tmux/screen and xterm+tmux...
I tried this for placing the prompt in tmux but it doesn't work: ``` # set correct line for terminal multiplexers if [ "${TERM%%.*}" == screen ]; then IFS='[;' read...
You can use [kooky.FindAllCookieStores()](https://pkg.go.dev/github.com/zellyn/kooky#FindAllCookieStores) while registering only the chrome cookie finder: `import _ "github.com/zellyn/kooky/browser/chrome"` this should locate all chrome profiles, which you then can filter for the one you want...
I think the first of longwusha's two example images is the ranger file manager displaying with w3mimgdisplay. The second image seems to be sixel.
[github.com/ebitengine/purego](https://pkg.go.dev/github.com/ebitengine/purego?GOOS=darwin) could be used to skirt the usage of cgo.
Support for the Firefox-Addon "Firefox Multi-Account Containers" has been added in #52. In case there are still issues with it please open a new issue.
Mintty panic ([go-tty #20](https://github.com/mattn/go-tty/issues/20))  problem is somewhere in queryTerm() or tty_windows.go (go-tty) I think that handling events both with termbox and go-tty is bad but I couldn't make it...
#### the important ANSI escape strings here are: "**\033[0c**" for querying the terminal capabilities - we need a **4** for sixel. --- We also need to know what the size...