-
Hi, when i use copyWindowInfo, it gives me all the tabs of the current window. Is there a way to do this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Um like some other tab-related commands,
vimium-c/background/filter_tabs.ts Lines 180 to 260 in a25ab88 |
Beta Was this translation helpful? Give feedback.
-
How can i know which tab-related commands support a |
Beta Was this translation helpful? Give feedback.
Um like some other tab-related commands,
copyWindowInfo
support a parameter namedfilter
, and:filter
should be a string including a list of filter expressions joined with+
or&
charactermap xxx copyWindowInfo filter="host"
should be enoughvimium-c/background/filter_tabs.ts
Lines 180 to 260 in a25ab88