Professional tools for the modern developer.
Free, forever.
Streamline your workflow with high-performance, precision-engineered utilities designed to integrate seamlessly into your terminal and environment.
Available Tools
ask
v0.2.15Stop breaking your flow. Get instant, accurate coding answers directly in your CLI without ever switching to a browser.
bash - ask
$ask "how do I list files by size?"
To list files by size in the current directory, use the ls command with these flags
ls -lhS
- l — long format (shows permissions, owner, size)
- h — human-readable sizes (1K, 234M, 2G)
- S — sort by file size, largest first
$_
Video Compressor
Re-encode videos to H.265 for dramatically smaller files.