Skip to content

arclabs561/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolbox

Simple CLI tools. Each lives in its own directory; bin/ has symlinks for PATH.

Setup

# add to your shell profile
export PATH="$HOME/Documents/dev/toolbox/bin:$PATH"

Tools

Tool Description
bcat Pipe stdin to a browser, infers filetype
blinks Find broken symlinks
check-math Verify math rendering in HTML/Markdown
gemini2md Convert Gemini HTML exports to Markdown
ips Show local and public IP addresses
recorder Record + realtime transcribe via parakeet-mlx, with crash-safe FLAC backup. Push-to-talk dictation as a subcommand.
reflow Reflow Markdown text preserving code blocks
toks Count tokens (tiktoken)
webshot Screenshot URLs and extract page metadata

Most tools are PEP 723 scripts that run via uv run --script -- no install step, dependencies are declared inline.

About

Simple CLI tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors