▲ | habibur 5 days ago | |
Did the same, with the following differences : - tab separator instead of space. you don't need cut -d with tabs. tab is the default separator for cut. - use xsel -b to capture clipboard data while adding. Copy the URL into from browser to clipboard. And then run on console
The script fetches the URL from clipboard $(xsel -b) |