https://github.com/morf1lo/kiroku
Clipboard Manager written in Rust + Tauri
https://github.com/morf1lo/kiroku
clipboard clipboard-history clipboard-manager tauri tauri-app windows
Last synced: 9 months ago
JSON representation
Clipboard Manager written in Rust + Tauri
- Host: GitHub
- URL: https://github.com/morf1lo/kiroku
- Owner: morf1lo
- License: mit
- Created: 2025-09-26T12:04:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T22:32:42.000Z (9 months ago)
- Last Synced: 2025-10-04T00:23:40.897Z (9 months ago)
- Topics: clipboard, clipboard-history, clipboard-manager, tauri, tauri-app, windows
- Language: Rust
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Kiroku - is a clipboard manager that stores history of copied text and images
# How to run?
## Download release
Go to `Releases` and download `kiroku.zip` archive. Extract it and run `kiroku.exe` file
## Development
You need [Rust](https://rust-lang.org) and [Node.js](https://nodejs.org) installed
```bash
git clone https://github.com/morf1lo/Kiroku.git
cd Kiroku
npm i
```
#### Development
npm:
```
npm run tauri dev
```
cargo:
```
cargo tauri dev
```
#### Build
npm:
```
npm run tauri build
```
cargo:
```
cargo tauri build
```
it will appear in `src-tauri/target/release`