https://github.com/vmkspv/kopypast
A KDE Plasma applet for quick interaction with text snippets, streamlining the process of copying and pasting.
https://github.com/vmkspv/kopypast
kde linux plasmoid
Last synced: about 1 year ago
JSON representation
A KDE Plasma applet for quick interaction with text snippets, streamlining the process of copying and pasting.
- Host: GitHub
- URL: https://github.com/vmkspv/kopypast
- Owner: vmkspv
- License: gpl-3.0
- Created: 2025-01-30T16:50:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T15:30:22.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:28:26.739Z (over 1 year ago)
- Topics: kde, linux, plasmoid
- Language: QML
- Homepage: https://store.kde.org/p/2258147
- Size: 723 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

# Kopypast
_Kopypast_ is a KDE Plasma applet for quick interaction with text snippets.

## Installation
The recommended installation method is via the [KDE Store](https://store.kde.org/p/2258147).
Plasmoid can be easily added from Plasma Widget Explorer or Discover (KDE Software Center).
The package for manual installation is available in the [releases](https://github.com/vmkspv/kopypast/releases) section.
## Building from source
The recommended method is to use KPackage Manager:
1. Install the package that provides the `kpackagetool6` command in your distribution.
2. Clone `https://github.com/vmkspv/kopypast.git` repository and `cd kopypast`.
3. Run `kpackagetool6 -t Plasma/Applet --install package` command.
After installation, the applet should be available to add to your Plasma panels/desktop via the widget browser.
To update an existing installation, use `--upgrade` instead of `--install`.
## Contributing
Contributions are welcome!
If you have an idea, bug report or something else, don’t hesitate to [open an issue](https://github.com/vmkspv/kopypast/issues).
> This project follows the [KDE Community Code of Conduct](https://kde.org/code-of-conduct).
## License
Kopypast is released under the [GPL-3.0 license](COPYING).