Skip to content
Advertisement

Tag: copyq

copy all copyQ tab names to a tab name tabs

i want to copy all existing tab names inside copyQ as items in a tab named tabs. my prototype producing duplicates: ./tabs.sh ; copyq tab > tabs.sh ; sed -i ‘s/.*/copyq tab tabs add “&”/’ tabs.sh ; ./tabs.sh i read: https://copyq.readthedocs.io/en/latest/scripting.html#working-with-tabs Answer the copyq removetab tabName removes the tab ( means also all items of the tab). If the tab

Advertisement