|
Some checks failed
Nightly Builds / prepare (push) Successful in 4s
Nightly Builds / build-ubuntu (push) Failing after 32s
Nightly Builds / build-macos (arm64, --target aarch64-apple-darwin) (push) Has been cancelled
Nightly Builds / build-macos (x64, --target x86_64-apple-darwin) (push) Has been cancelled
Nightly Builds / build-windows (arm64, --target aarch64-pc-windows-msvc, aarch64-pc-windows-msvc) (push) Has been cancelled
Nightly Builds / build-windows (x64, --target x86_64-pc-windows-msvc, x86_64-pc-windows-msvc) (push) Has been cancelled
|
||
|---|---|---|
| .github | ||
| components | ||
| fonts | ||
| lib | ||
| pages | ||
| plugins | ||
| public | ||
| src-tauri | ||
| styles | ||
| types | ||
| .gitignore | ||
| app.vue | ||
| bun.lock | ||
| GET_STARTED.md | ||
| LICENSE | ||
| nuxt.config.ts | ||
| package.json | ||
| README.md | ||
| README_ru.md | ||
| tsconfig.json | ||
Qopy
The fixed and simple clipboard manager for both Windows and Linux.
Windows (x64)
•
Windows (arm64)
Linux (deb)
•
Linux (rpm)
•
Linux (AppImage)
macOS (Silicon)
•
macOS (Intel)
Nightly releases can be found here
[!IMPORTANT]
Star this project, You will receive all release notifications from GitHub without any delay ~ ⭐️
📋 What is Qopy
Qopy is a fixed clipboard manager designed as a simple alternative to the standard clipboard on Windows. It aims to provide a faster, more reliable experience while providing an extensive set of features compared to its Windows counterpart.
🚧 Roadmap
- Setup guide
- Sync Clipboard across devices https://github.com/0PandaDEV/Qopy/issues/8
- Settings https://github.com/0PandaDEV/Qopy/issues/2
- Metadata for copied items https://github.com/0PandaDEV/Qopy/issues/5
- Code highlighting https://github.com/0PandaDEV/Qopy/issues/7
- Streamshare integration https://github.com/0PandaDEV/Qopy/issues/4
- Content type filter https://github.com/0PandaDEV/Qopy/issues/16
- Preview for copied files https://github.com/0PandaDEV/Qopy/issues/15
- Convert files to other formats https://github.com/0PandaDEV/Qopy/issues/17
- Option for custom keybind https://github.com/0PandaDEV/Qopy/issues/3
- macOS Support https://github.com/0PandaDEV/Qopy/issues/13
If you have ideas for features to include, please write a feature request here.
📦 Concepts
Here you can see a few concepts these might not be implemented:
❤️ Donations & Support
Qopy is open-source and free to use. I appreciate donations to support ongoing development and improvements. Your contributions are voluntary and help me enhance the app for everyone.
⌨️ Local development
You can use GitHub Codespaces for online development:
Or to get Qopy set up on your machine, you'll need to have Rust and bun installed. Then, follow these steps:
git clone https://github.com/0pandadev/Qopy.git
cd Qopy
bun i
bun dev
[!TIP]
If you are interested in contributing code, feel free to check out the Issues section.
🔨 Building for production
To build for production simply execute:
bun build
[!NOTE]
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 AGPL-3. See the LICENSE file for more information.