balta2ar / brotab

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

makes active command return all active tabs #8

Closed pkfm closed 4 years ago

pkfm commented 4 years ago

The active command returned only the first tab in the chrome.tabs.query response for each client rather than all active tabs for each client i.e. the active tabs for each window of each client. This commit changes the behaviour to the latter case.