tacklebox-cli (0.1.7)
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 clip
Cross-platform clipboard copying tool. Uses wl-copy, xclip, or xsel on Linux, pbcopy on MacOS, clip on Windows, and OSC 52 escape codes when operating over SSH or when no other tools are available.
echo "a" | tr -d '\n' | tacklebox clip
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 | tr -d '\n' | tacklebox clip
# or to record a video
tacklebox spectacle --record | tr -d '\n' | tacklebox clip
tacklebox zipline
Wraps the zipline.py CLI. See the zipline.py CLI documentation for more information.
Requirements
Requires Python: >=3.12
Details
2025-06-01 03:20:13 -04:00
Assets (2)
Versions (27)
View all
PyPI
236
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.
20 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