News‎ > ‎

MultiClipboard v0.3

posted 11 Mar 2020, 23:11 by Alexander Wegner   [ updated 11 Mar 2020, 23:12 ]
I needed a clipboard tool to manage multiple snippets. I couldn't find one, which suites my needs and is freeware. So I wrote my own program. Please feel free to use it and/or contribute to the project. You can find everything on my github repository.

 
This program is written in Lazarus. Lazarus is a professional open-source cross platform IDE powered by Free Pascal. Please find all information on https://www.lazarus-ide.org/

All source files can by found on github in the src folder.
The 64bit compiled program for MS Windows can be found in the exe folder.

Licensing: cc by-nc-sa 4.0

Projects‎ > ‎Software Projects‎ > ‎MultiClipboard

History - Latest version is v0.3

v0.3

  • Dynamic list added
  • List uses XML format
  • Item preview is now up to 10 lines high
  • Cosmetic improvements

v0.2

  • Load/save clip list
  • Move to tray functionality
  • Task and status bar added

v0.1

  • Proof of concept
  • Clipboard parsing into a list
  • List items can be copied to the clipboard
Comments