Remix.run Logo
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

    $ url.add hn bookmark script  # all parameters are keyword tags.
The script fetches the URL from clipboard $(xsel -b)