Closed bjohas closed 2 years ago
It would be nice if brotab (or the API) could pin/unpin tabs.
@bjohas Yep, now it's possible. Similar to https://github.com/balta2ar/brotab/issues/51, but use pinned, e.g.:
pinned
bt query -url 'https://pin.com/*' | awk '{print $1}' | xargs -n1 -I{} bt update -tabId={} +pinned
It would be nice if brotab (or the API) could pin/unpin tabs.