Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0-don/clippy
Clipboard Manager built with Rust & Typescript
https://github.com/0-don/clippy
jsx rust sea-orm solidjs sqlite tauri typescript
Last synced: 10 days ago
JSON representation
Clipboard Manager built with Rust & Typescript
- Host: GitHub
- URL: https://github.com/0-don/clippy
- Owner: 0-don
- License: mit
- Created: 2023-06-04T16:23:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-04T19:34:31.000Z (4 months ago)
- Last Synced: 2024-07-31T19:47:41.972Z (3 months ago)
- Topics: jsx, rust, sea-orm, solidjs, sqlite, tauri, typescript
- Language: Rust
- Homepage:
- Size: 2.28 MB
- Stars: 69
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Clippy - Modern & Fast Clipboard Manager. (Applications / Utilities)
README
Clipboard Manager made with Tauri, Solid & Sea-Orm.
Try it out
·
Report Bug
·
Request Feature
successor of [the electron clippy](https://github.com/0-don/clippy-ts)
### 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:
- [Rust](https://www.rust-lang.org/tools/install)
- [Node.js](https://nodejs.org/en/download/)
- [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/)### Installation and Running the Application
1. **Install Dependencies:**
First, install the necessary Node.js dependencies:```bash
npm install
```2. **Run the Application in Watch Mode:**
To start the Tauri application in watch mode, use:
```bash
npm run d
```#### tested on
- Linux(x11) KDE Plasma (Disable Focus Stealing Prevention)
- Windows
- Mac (hotkeys needs to be changed in settings)