How to find google chrome or firefox tab url by terminal(ubuntu or windows)? How to find google chrome or firefox tab url by terminal(ubuntu or windows)? google-chrome google-chrome

How to find google chrome or firefox tab url by terminal(ubuntu or windows)?


Because you mentioned:

... from any terminal command

I suggest a Python library named BroTab:

$ pip install --user brotab$ bt install

You need to install browser extensions then: Firefox, Chrome.

After all you will be able to list tabs and active ones with bt list, bt active from any terminal.