-
I've been trying to use Browsh on my old laptop running a very minimal Arch with the zsh shell if that matters and it works perfectly fine* but I can't get colors to work properly :( *WHEN firefox doesn't take a whole minute to open, but that's my laptops fault :p, is there any way to make the 30 second timeout longer? I've looked everywhere and nothing I've tried has worked so far but I've been jumping from link to link for hours so maybe I just missed something obvious By the way I also have another issue, since I'm in the CLI I need to use gpm to be able to select and click around but apparently clicking with gpm doesn't work on Browsh... from what I've seen that's the fault of one of it's dependencies and Browsh might have a vim-mode in the future. So if anyone knows a workaround or if the vim-mode will come somewhat "soon" I'd like to know! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I wonder if you could start a headless Firefox yourself and then tell Browsh to connect to it with the Yeah, the Vim support has been in the works for years 🫤 #439 |
Beta Was this translation helpful? Give feedback.
-
Oh, that's really frustrating about the manual headless Firefox, sorry. Maybe it's the timing? Like you have to wait a minute or Firefox to boot up before starting Browsh? The Vim branch is actually working, it's the broken tests that prevent it from being merged. So you could checkout the branch and build your own version of Browsh. In fact I did that when I made that PR, and it was working well. Oh, right. I'm afraid I don't know about true colour TTYs. My guess is that true colour is the domain of Xorg/Wayland etc and so TTYs aren't going to be so motivated to support it. |
Beta Was this translation helpful? Give feedback.
-
BTW I use Arch too 😏 I'm sorry Browsh still has so many rough edges. Though I'm pleased it can still make people go AWESOME haha. Did you see the other terminal browser, it's does some things a lot better than Browsh: https://github.com/fathyb/carbonyl |
Beta Was this translation helpful? Give feedback.
Oh, that's really frustrating about the manual headless Firefox, sorry. Maybe it's the timing? Like you have to wait a minute or Firefox to boot up before starting Browsh?
The Vim branch is actually working, it's the broken tests that prevent it from being merged. So you could checkout the branch and build your own version of Browsh. In fact I did that when I made that PR, and it was working well.
Oh, right. I'm afraid I don't know about true colour TTYs. My guess is that true colour is the domain of Xorg/Wayland etc and so TTYs aren't going to be so motivated to support it.