Klippy
A command line utility that acts like a cloud clipboard.
Installation
pip install klippy
Usage
# Find help
klippy --help
klippy configure --help
klippy copy --help
klippy paste --help
# Configure namespace name and Redis credentials
# To share a single Redis server among different people
# or have multiple clipboards, use different namespaces.
klippy configure
# Copy data to the cloud clipboard (Redis database)
klippy copy file.png
klippy copy < file.txt
echo "$PATH" | klippy copy
# Paste data from the clipboard (Redis database)
klippy paste file.png
klippy paste > file.txt
klippy paste | cat
Wishlist
- Introduce clipboard history
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
This project is licensed under the MIT License - see the LICENSE file for details
Release files for klippy 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| klippy-0.2.0.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| klippy-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / klippy-0.2.0.tar.gz
| Download URL | klippy-0.2.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0158b4bb2ebca5f936dbbb2becc94b448995f70e89e4204b115b6dd842107ae3
|
|
BLAKE2b-256 checksum How to use checksums |
d86886453c487a099db1c7d733f1cad0ecaa6470c4f5b9a055eca1d03beea9d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|
Release files / klippy-0.2.0-py3-none-any.whl
| Download URL | klippy-0.2.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe48f9f6ec6323b823483927f5dd85f1cc41af54a85ab3f25dbfe714faf17d87
|
|
BLAKE2b-256 checksum How to use checksums |
27e6c9552ccf8f2c54c6b6e236bd89336c12f184214b1cc7af8f2caf50c2da21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
|