Skip to content

kaan-yalcinkaya/clipboard-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipboard-manager

Manage clipboard with command line interface for Windows

Build

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

Usage

  1. copy [-f file]: copyies entered text or text from file to the clipboard.
  2. paste [-m mode -f file]: Writes text from the clipboard to the screen or to a file in the specified mode(w/a).
  3. clear: cleans the clipboard.
  4. list [-m mode -f file]: writes clipboard history to the screen or file in the specified mode(w/a).
  5. help: provides informatin about commands.
  6. exit: exits the program.