Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 467 Bytes

cppwd

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.

Installation

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