DEV Community

Discussion on: Quickly copy path to clipboard

Collapse
 
thomazella profile image
Thom • Edited

on macos:
use pbcopy and pbpaste!

on node:
I use clipboardy package, it works well. :D

linux tip:
use a clipboard history widget on desktop or something similar! it really helps to re-copy something you copied a while ago.