The fixed clipboard manager for Windows, macOS & Linux
Find a file
2024-07-18 16:38:02 +02:00
.github/workflows fixed build issues 2024-07-18 15:46:06 +02:00
assets implemented new image saving 2024-07-18 14:57:29 +02:00
components inital 2024-07-04 23:55:00 +02:00
public fixed image display and changes to file icon 2024-07-17 00:29:12 +02:00
src-tauri changed key 2024-07-18 15:42:00 +02:00
.gitignore gitignore 2024-07-05 12:54:24 +02:00
app.vue fixed wierd scroll bar issue with images 2024-07-18 15:01:51 +02:00
LICENSE Create LICENSE 2024-07-11 00:36:20 +02:00
nuxt.config.ts inital 2024-07-04 23:55:00 +02:00
package.json implemented new image saving 2024-07-18 14:57:29 +02:00
README.md Update README.md 2024-07-18 16:38:02 +02:00
tsconfig.json inital 2024-07-04 23:55:00 +02:00

Qopy

The fixed clipboard manager. The goal is simple be a alternative to the standart clipboard manager of windows. But it also supports Linux so you can also enjoy Qopy there.

macOS will probably be not supported if you want something similar on macOS take a look at Raycast and their clipboard history extension.

⬇️ Download Qopy

🚧 Roadmap

  • More metadata for images
  • Code highlighting

🖼️ Preview

❤️ Donations & Support

Qopy is an open-source project, and I rely on the support of the community to continue developing and improving the app. Although Qopy is free to use, I welcome donations from those who have found it to be a valuable app and would like to contribute to its development.

Please note that Qopy is and will always be free to use. Your donation is entirely voluntary and is not required to use the app.

Find more options by clicking the Sponsor ❤️ button on the top of this page.

🤝 Contributing

To start contributing to Qopy, you'll need to have Rust and pnpm installed. Then, follow these steps:

  1. Clone the project using git clone https://github.com/0PandaDEV/Qopy.git
  2. Change into the project directory: cd Qopy
  3. Install dependencies: pnpm i
  4. Run the development server: pnpm dev

For a list of how you can help me checkout the issues section.

🛠️ Building for Production

pnpm build

Don't worry, it will fail at the end because it can not detect a Private key, but the installer files will be generated regardless of that.

You can find them in src-tauri/target/release/bundle.

📝 License

Qopy is licensed under the Creative Commons Attribution-Noncommercial-Share Alike. See the LICENSE file for more information.