![]() This is an integration commit for the virtual branches that GitButler is tracking. Due to GitButler managing multiple virtual branches, you cannot switch back and forth between git branches and virtual branches easily. If you switch to another branch, GitButler will need to be reinitialized. If you commit on this branch, GitButler will throw it away. Here are the branches that are currently applied: For more information about what we're doing here, check out our docs: https://docs.gitbutler.com/features/virtual-branches/integration-branch |
||
---|---|---|
.github/workflows | ||
assets | ||
components | ||
public | ||
src-tauri | ||
.gitignore | ||
app.vue | ||
GET_STARTED.md | ||
LICENSE | ||
nuxt.config.ts | ||
package.json | ||
README.md | ||
tsconfig.json |
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
- Setup guide
- Option for custom keybind
- 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:
- Clone the project using
git clone https://github.com/0PandaDEV/Qopy.git
- Change into the project directory:
cd Qopy
- Install dependencies:
pnpm i
- 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.