toolbox-website/content/_index.md

1.7 KiB

title

Welcome to my little toolbox

Command Line Interface

File and directory management

  • bat - cat(1) clone with syntax highlighting and Git integration.
  • exa - improved file lister with more features and better defaults.
  • fd - program to find entries in your filesystem.
  • gdu - pretty fast disk usage analyzer written in Go.
  • plocate - a much faster locate.
  • ripgrep - line-oriented search tool that recursively searches the current directory for a regex pattern.

Data and file processing

  • jq - lightweight and flexible command-line JSON processor.
  • sd - intuitive find & replace CLI.
  • yq - command-line YAML/XML processor.

Graphics

  • guetzli - JPEG encoder that aims for excellent compression density at high visual quality.
  • svgo - tool for optimizing SVG vector graphics files.

File transfer

Cryptography

  • minisign - dead simple tool to sign files and verify signatures.

Terminal

  • tmux - open-source terminal multiplexer for Unix-like operating systems.

Web

  • httpie - user-friendly command-line HTTP client for the API era.