convert
Compress JSON
Minify a JSON file or a directory tree of JSON files.
Open the interactive script browser immediately without changing your PATH or shell configuration.
python3 <(curl -fsSL https://pisaucer.github.io/toolbox/toolbox.py)
python3 <(wget -qO- https://pisaucer.github.io/toolbox/toolbox.py)
python -c (Invoke-WebRequest -Uri "https://pisaucer.github.io/toolbox/toolbox.py").Content
python3 -c 'import urllib.request; exec(urllib.request.urlopen("https://pisaucer.github.io/toolbox/toolbox.py").read())'
Add a permanent toolbox command with automatic PATH setup and tab completion for your shell.
brew install PiSaucer/tap/toolbox
curl -fsSL https://pisaucer.github.io/toolbox/install.sh | sh
pip install pisaucer-toolbox
irm https://pisaucer.github.io/toolbox/install.ps1 | iex
convert
Minify a JSON file or a directory tree of JSON files.
download
Recursively download a public web directory with wget.
web
Generate a standards-compliant sitemap.xml from a directory of HTML files.
audio
Extract audio attachments from Goodnotes files and convert them to MP3.
convert
Convert Markdown to LaTeX using pandoc.
convert
Render PDF pages as high-quality JPG images using ImageMagick.
video
Overlay one video onto another to create a picture-in-picture (PIP) output.
convert
Convert PowerPoint files to PDF using LibreOffice.
convert
Convert SRT subtitle files to clean UTF-8 plaintext.
convert
Convert LaTeX to Markdown using pandoc.