print active tab
See original GitHub issueHi,
I am working on a simple Rofi interface for brotab. I am trying to leverage rofi’s -selected-row option so I can signify the active tab on startup. Brotabs active argument does not seem to be working though, or at least for me. Running bt active does not return any results. I am running a single instance of firefox,
Firefox issue perhaps? If you have any thoughts on how to troubleshoot this I would love to hear them. Thanks for your time!
env info:
Firefox 68.0.2-1 Arch Linux 5.2.8-1 Python 3.7.4-1
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
tabs.print() - Mozilla - MDN Web Docs
Call this function to print the contents of the active tab. If this function is called, the user will be presented with the...
Read more >Print active tab - Microsoft Q&A
I want to print only the active tab displayed. Is there a way to do it? Here is screenshot: 237029-active-tab.png. Here is blazor...
Read more >how to get selected tab and send to print function?
Whenever i click the print anchor i would want to print the content of the current active tab. But i have a problem...
Read more >How to Add Printer to SAMSUNG Galaxy Tab Active 2 - YouTube
Learn more about SAMSUNG Galaxy Tab Active 2 https://www.hardreset.info/search/?q=... Check out this video if you want to know how to print ...
Read more >Print Active Tab Only - Radzen.Blazor Components
I want to print only the active tab displayed. Is there a way to do it? Here is the dialog (I don't want...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@vredesbyyrd You may want to try again with versions 1.0.6 (python package version jumped to match the version of the browser extension). Chrome extension is pending review, but Firefox is already 1.0.6 (and of course you can always install locally in developer mode).
Tested
bt activeon version 1.0.6 and everything works without error now. Closing.Thanks for your time!