brotab
brotab copied to clipboard
Control your browser's tabs from the command line
Hey, Yuri, I just installed brotab on a Debian system via pip install which installed brotab 1.3.0. Run bt install I then downloaded the Firefox brotab extension. then: bt list...
Everything seems to install correctly, but the `bt` command-line tool can't find any clients to talk to (empty output from `bt clients` and `bt list`). After some debugging I found...
I want to execute javascript on a selected tab. I saw a runScript function in the code and chrome.tabs has an executeScript function
* use parcel to build chrome and firefox extensions without duplicating the source * use https://github.com/mozilla/webextension-polyfill instead of browser specific BrowserTabs classes * use typescript trying it out: * `cd...
Hey, I have upgrade my PC to Ubuntu 22.04 lately and I can't figure out why brotab isn't working. `bt` and the `mediator` are communicating, I can see logs at...
My context: I'm trying to be less dependent on the mouse and albert+brotab could help a lot by being able to instantly jump into any tab on my browser from...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [libflate](https://github.com/sile/libflate) from 0.1.16 to 0.1.27. Commits 193fd65 Bump version to v0.1.27 0170b0c Merge pull request #43 from sile/apply-cargo-fix de4dbee Apply cargo fix 3ff53db Bump version to v0.1.26 ec3bd87 Apply...
I don't know about other supported browsers, but Firefox can unload tabs from the [about:unloads](about:unloads) page, and there are several add-ons that perform this function as well. For example: [unload-tabs](https://github.com/NiklasGollenstede/unload-tabs)....