Hacker News new | ask | show | jobs
by jeppesen-io 1288 days ago
Cheers mate! Never knew of that cmd.

Just added this to my shell alias config on Nix and it works nicely, even with pipes

`cp = "${pkgs.xsel}/bin/xsel --clipboard";`

1 comments

cp?!