Skip to content

anuradhawick/clipper

Repository files navigation

Clipper

Clipper by AW

Clipper is a versatile clipboard management and note-taking application designed specifically for developers. It runs on Mac and Linux, leveraging the Tauri framework for a lightweight and secure experience. With Clipper, accessing your clipboard history and jotting down notes becomes seamless and integrated into your development workflow.

🛑 Disclaimer 🛑

The app itself is secure, however, your clipboard might see your passwords if you manually copy them. Usually it is recommended that you autofill fields that skips clipboard involvement. No efforts have made so far to detect passwords or ignore copied passwords, yet.

Features

Home page

  • 👉 Global Shortcut 🍎 CMD + OPT + C and 🐧 CTRL + ALT + C
  • 👉 Support images in the clipboard view and copying
  • 👉 Open images in system image viewer
  • 👉 Maintain quick text notes in notes manager

Installation Instructions

Prerequisites

Before you install Clipper, ensure you have the following:

You can install Tauri CLI by running:

cargo install tauri-cli

Cloning the Repository

To get started with Clipper, clone the repository to your local machine:

git clone https://github.com/anuradhawick/clipper.git
cd clipper

Running the Application

To run Clipper locally, use:

pnpm install
pnpm tauri dev

Building the Application

To build a production version of Clipper, execute:

pnpm tauri build

Troubleshooting

Compiling in Mac is very easy and can be tricky on Linux. Please follow the guidelines here.

In rare cases, updates could change database schema needing to reset the database. While I implement migrations for future releases, please delete db file using the settings view. You will loose all you clipboard entries from Clipper.

settings view

Contact

For all the great ideas: mark an issue or [email protected]

About

Useful clipping board for Mac and Linux

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published