Skip to content
forked from MrCull/ClipBoard

Cannot find a perfect clipboard manager so I'm writing my own. This tool is written with .Net 4.5 and runs on Windows.

Notifications You must be signed in to change notification settings

ElyeM/ClipBoard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClipBoard

Cannot find a perfect clipboard manager so I'm writing my own. This tool is written with .Net 4.5 and runs on Windows.

The tool monitors system keyboard events and copies text from system clipboard when a "Copy" is performed.

Usage

  • Click on an item to copy the text to system clipboard and trigger Ctrl+V
  • Right click an item to save it to the frequently used items list on the top
  • Right click and click remove to remove the selected item
  • Minimize to hide the tool to system tray
  • ``Ctrl+```(ctrl+backtick) or Ctrl+Space to bring the tool up
  • Clicking on an item also hide the tool to system tray

screenshot

Data Storage

By default, your saved text snippets are stored in %APPDATA%\Clipboad\content.csv. This file will be created if it not exists, yet. If you like to use another file in another location you can pass the full filepath as first command line argument to ClipBoard.exe

ClipBoard.exe D:\MyClipboardContent\content.csv

You may also drag&drop your data file on ClipBoard.exe in Windows Explorer.

Enjoy!

About

Cannot find a perfect clipboard manager so I'm writing my own. This tool is written with .Net 4.5 and runs on Windows.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%