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-w…