Manage clipboard with command line interface for Windows
git clone https://github.com/kaan-yalcinkaya/clipboard-manager.git
cd clipboard-manager
cmake -B build -G "Visual Studio 17 2022"
cmake --build build --config Release
- copy [-f file]: copyies entered text or text from file to the clipboard.
- paste [-m mode -f file]: Writes text from the clipboard to the screen or to a file in the specified mode(w/a).
- clear: cleans the clipboard.
- list [-m mode -f file]: writes clipboard history to the screen or file in the specified mode(w/a).
- help: provides informatin about commands.
- exit: exits the program.