Skip to content

Windows / macOS / Linux app that allows you set a global keyboard shortcut to moCkIfy the text in your clipboard

Notifications You must be signed in to change notification settings

deanylev/clipboard-mockifier

Repository files navigation

Clipboard Mockifier

Mockify whatever is in your clipboard.

Build Setup

  1. Have Qt, qpm and yarn installed
  2. Clone the repo
  3. Run git submodule update --init --recursive
  4. Run qpm install
  5. Run yarn

In terms of Qt, you will likely want to build it yourself statically and then install it, so that Clipboard Mockifier is statically linked against it. Otherwise, any user will need to install Qt themselves in order to run Clipboard Mockifier, which is obviously not ideal.

Preparation

Run VERSION=$version make configure where "$version" is the version you want to appear on the settings screen. Run this every time you want to change the displayed version.

Building

Run make.

Running

Run make run, this will kill any currently running instances of Clipboard Mockifier.

Building a macOS DMG

Run VERSION=$version make installer where "$version" is the version that you want to appear in the filename, e.g. "Clipboard.Mockifier.1.0.1.dmg". This should be the same one you used when running make configure.

About

Windows / macOS / Linux app that allows you set a global keyboard shortcut to moCkIfy the text in your clipboard

Resources

Stars

Watchers

Forks

Packages

No packages published