tacklebox-cli (0.1.10)

Published 2025-06-01 19:16:36 -04:00 by cswimr in cswimr/tacklebox

Installation

pip install --index-url  tacklebox-cli

About this package

A small collection of CLI utilities.

tacklebox-cli

Actions Status PyPI - Version PyPI - Python Version PyPI - License
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.10
Details
PyPI
2025-06-01 19:16:36 -04:00
232
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
Assets (2)
Versions (27) View all
0.4.3 2026-06-14
0.4.2 2026-06-14
0.4.1 2026-06-13
0.4.0 2026-06-09