balta2ar / brotab

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

[feature request] pin and unpin tabs #58

Closed bjohas closed 2 years ago

bjohas commented 3 years ago

It would be nice if brotab (or the API) could pin/unpin tabs.

balta2ar commented 2 years ago

@bjohas Yep, now it's possible. Similar to https://github.com/balta2ar/brotab/issues/51, but use pinned, e.g.:

bt query -url 'https://pin.com/*' | awk '{print $1}' | xargs -n1 -I{} bt update -tabId={} +pinned