tacklebox-cli (0.1.1)

Published 2025-05-31 22:34:28 -04:00 by cswimr in cswimr/tacklebox

Installation

pip install --index-url  tacklebox-cli

About 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
PyPI
2025-05-31 22:34:28 -04:00
236
50 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