balta2ar / brotab

Control your browser's tabs from the command line
MIT License
389 stars 27 forks source link

How does it work? Giving error or empty result on MacOS Venture 13.6 #110

Open farzadmf opened 9 months ago

farzadmf commented 9 months ago

Hi, basically what the title says.

Now, doing, say, bt list sometimes gives an error saying IO Error : No such file or directory (os error 2), or it just exits with no result.

I tried copying the json file to /Library/Application Support/Google/Chrome/NativeMessagingHosts (saw in the issues), but still, nothing!

grandkrav commented 6 months ago

@farzadmf try this https://github.com/balta2ar/brotab/issues/43#issuecomment-1886621323

farzadmf commented 6 months ago

@grandkrav thank you for the comment.

I ended up using chrome-remote-interface, and it does what I need (without the hassle of installing an extension etc.)