
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
cargo
andrustup
commands 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 clippy
Install Dependencies
Section titled “Install Dependencies”After cloning the repository, navigate to the project directory and install the dependencies:
cd clippynpm install
Run the Application
Section titled “Run the Application”Once the dependencies are installed, you can start the application with:
npm run d
Tested 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)