fish/functions/pbc.fish @ 7c8e9659a1c5

More
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Dec 2019 13:49:47 -0500
parents 069ed14df8ff
children (none)
function pbc -d "pbcopy"
    xsel --clipboard --input
end