farzher / clipman

Clipboard manager for Windows. Alternative to Ditto.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClipMan

Clipboard manager for Windows. Alternative to Ditto.

Nowhere near as advanced as Ditto, but this does support db encryption sabrogden/Ditto#171 (comment)

Screenshot

Features

  • database encryption
  • streamer mode - everytime clipman's opened all information is censored until you click or hit tab
  • images compressed using webp to keep the .db file small
  • start typing to filter to clips containing that text
  • right click -> Context - goto the first time a clip was copied to see what else was copied around that same time
  • hover over the right half of a clip to get a quick detailed view of it
    • text / files / images - expand to fill the window
    • text that is an imgur link or youtube link - renders as an image

Usage

Download the repo then run release/clipman.exe

Build From Source

  1. have #the_compiler(v0.1.56)
  2. run dev.bat or build_release.bat

Understanding The Source Code

  • first.jai - the build script
  • src/main.jai - the main game loop
  • src/stuff.jai - just a mess of stuff
  • src/functions.jai - relatively pure dependency free functions
  • src/modules/ - old/hacked versions of standard library modules + 3rd party modules + custom modules

About

Clipboard manager for Windows. Alternative to Ditto.


Languages

Language:C 100.0%Language:Batchfile 0.0%