tacklebox-cli (0.1.2)
Installation
pip install --index-url tacklebox-cliAbout this package
A small colection 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
Assets (2)
Versions (27)
View all
tacklebox_cli-0.1.2.tar.gz
47 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