>>108502567
on macOS it’s just
brew list | pbcopy
and on Debian to keep my muscle memory intact I have
if test -f /usr/bin/xclip
abbr --add pbcopy --position anywhere "xclip -in -selection clipboard"
abbr --add pbpaste --position anywhere "xclip -out"
end