tacklebox-cli (0.2.2)
Installation
pip install --index-url tacklebox-cliAbout this package
A small collection of CLI utilities.
tacklebox-cli
tacklebox-cli offers a suite of useful CLI tools.
Usage
tacklebox copy / paste
Cross-platform clipboard management tool. Uses system tools such as wl-copy on Linux Wayland or clip.exe on Windows, and OSC 52 escape codes when copying over SSH or when no other tools are available. See copy_with_tooling() for all supported tools.
$ echo "a" | tacklebox copy --trim && tacklebox paste
a
tacklebox spectacle (Linux only)
Uses the zipline.py library alongside KDE's Spectacle application to take a screenshot or screen recording and automatically upload it to a Zipline instance. This automatically reads Spectacle's configuration files to determine file formats.
$ tacklebox spectacle \
--server "https://zipline.example.com" \
--token "$(cat /file/containing/zipline/token)" \
| tacklebox copy --trim
# or to record a video
$ tacklebox spectacle --record \
--server "https://zipline.example.com" \
--token "$(cat /file/containing/zipline/token)" \
| tacklebox copy --trim
tacklebox zipline
Wraps the zipline.py CLI. See the zipline.py CLI documentation for more information.
Requirements
Requires Python: >=3.10
Details
2025-06-02 07:38:30 -04:00
Assets (2)
Versions (27)
View all
PyPI
254
The MIT License (MIT) ===================== Copyright © 2025 cswimr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 KiB
tacklebox_cli-0.2.2.tar.gz
9.4 KiB
0.4.3
2026-06-14
0.4.2
2026-06-14
0.4.1
2026-06-13
0.4.0
2026-06-09
0.3.2.dev0+g5f145584b.d20260525
2026-05-25