don-cryptus / clippy

Clipboard Manager built with Rust & Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo


Clipboard Manager made with Tauri, Solid & Sea-Orm.
Try it out · Report Bug · Request Feature

Logo

successor of the electron clippy

Features

  • display/hide ctrl+y or ctrl+d (change in settings)
  • type out clipboard ctrl+b (where pasting isn't allowed)
  • images & text support
  • keybinds for everything
  • add favorite clipboards
  • smart search for links, colors, images, hex
  • instant search
  • change database location
  • change keyboard bindings
  • dark mode / white mode

Prerequisites Development

Before you begin, ensure you have met the following requirements:

Installation and Running the Application

  1. Install Dependencies: First, install the necessary Node.js dependencies:

    npm install
  2. Run the Application in Watch Mode: To start the Tauri application in watch mode, use:

    npm run d

tested on

  • Linux(x11) KDE Plasma (Disable Focus Stealing Prevention)
  • Windows
  • Mac (hotkeys needs to be changed in settings)

About

Clipboard Manager built with Rust & Typescript

License:MIT License


Languages

Language:Rust 62.0%Language:TypeScript 36.0%Language:HTML 0.8%Language:CSS 0.7%Language:JavaScript 0.5%