cppwd
is a simple command-line tool that copies the current working directory (CWD) path to the clipboard. It's a handy tool for developers and IT professionals who frequently need to copy and paste directory paths between applications.
To install cppwd
, you need to have Node.js installed on your machine. With Node.js installed, you can install cppwd
globally using npm with the following command:
npm install -g cppwd