Quick Start
Clipboard Manager made with Tauri, Solid & Sea-Orm
Try it out · Report Bug · Request Feature
Successor of the Electron Clippy
Installation Guide
Welcome to your Installation Guide! This is where you’ll find the essential steps to set up and configure Clippy successfully.
Prerequisites
Section titled “Prerequisites”Before you begin, ensure you have the following installed:
- Rust (latest stable version)
- Node.js (v16+ recommended)
- Tauri prerequisites
Note: Make sure the
cargoandrustupcommands are available in your shell. You can verify withcargo --version.
Download / Clone
Section titled “Download / Clone”You can download the project from GitHub or clone it via:
git clone https://github.com/0-don/clippy.gitcd clippyInstall Dependencies
Section titled “Install Dependencies”After cloning the repository, navigate to the project directory and install the dependencies:
cd clippynpm installRun the Application
Section titled “Run the Application”Once the dependencies are installed, you can start the application with:
npm run dTested Platforms
Section titled “Tested Platforms”Clippy has been tested on the following platforms:
- Linux(x11) KDE Plasma (Disable Focus Stealing Prevention)
- Windows
- Mac (hotkeys needs to be changed in settings)