balta2ar / brotab

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

New feature - bt monitor #104

Open bakustarver opened 11 months ago

bakustarver commented 11 months ago

Can you make a new cli argument to show all links uploaded by a site?

There are already many extensions that add such functionality, including open source ones. https://addons.mozilla.org/en-GB/firefox/search/?q=network%20monitor

For example: Netmon (github, mozzila addons, chrome web store).

http tracker ( mozzila addons, chrome web store)

It would be convenient if the command was called for example as 'monitor' (or another name you like) $ bt monitor and $ bt monitor activetab

and the output would be like this

test

balta2ar commented 11 months ago

That's an interesting feature! I didn't know it was possible with the API. I like it.

So "monitor" would print the requests seen in the networking tab, basically. All the requests that have been made so far, or since we call monitor? I guess depends on the available API. One option right off my head, that could be useful is "-f" to follow.