rbw-env: Export environment variables from Bitwarden

Posted on Thu, 26 Mar 2026 in Tools • Tagged with bitwarden, cli, environment, productivity, security

Using rbw to export environment variables from Bitwarden, useful for setting API keys securely without storing them on disk.


Continue reading

sem: Semantic Version Control

Posted on Sun, 15 Mar 2026 in Programming • Tagged with cli, versioning, rust, tools

Discovering sem, a CLI tool that understands your code's semantics and tells you what entities changed, not just what lines.


Continue reading

kitty-rbw: Fast Bitwarden access from your kitty terminal

Posted on Thu, 26 Feb 2026 in Tools • Tagged with bitwarden, cli, kitty, rust, productivity

Introducing kitty-rbw, a "kitten" for the kitty terminal that allows you to search and use rbw (Bitwarden) credentials instantly using fzf.


Continue reading

rbw: The Bitwarden terminal client you should be using

Posted on Thu, 26 Feb 2026 in Tools • Tagged with bitwarden, cli, rust, security, pi-agent

How to install and configure rbw, a Rust implementation of the Bitwarden client, and how to integrate it into your workflows with pi-agent.


Continue reading

DeepDiff: The Swiss Army Knife for Data Comparison in Python

Posted on Fri, 20 Feb 2026 in Python • Tagged with python, data, cli, tools, diff

When working with structured data in Python, we often need to compare two dictionaries, JSONs, or complex objects to find out what has changed. While direct comparison (==) is useful, sometimes we need to understand exactly what is different: which keys were added, which were removed, or where values have changed …


Continue reading

Rendering Markdown in the terminal with Glow

Posted on Fri, 20 Feb 2026 in Linux • Tagged with cli, markdown, tools, linux, kitty

Discover Glow, a tool to render Markdown directly in the terminal, ideal for reading documentation and READMEs.


Continue reading

Shot-scraper: Automated Web Screenshots

Posted on Fri, 20 Feb 2026 in Python • Tagged with python, cli, tools, web, scraping, screenshots

Have you ever needed to take screenshots of a web page programmatically? Perhaps to document your project, monitor UI changes, or generate images for social media. There are many ways to do it, but shot-scraper stands out for its ease of use and power.

Created by Simon Willison, shot-scraper is …


Continue reading

Stern: Kubernetes Logs on Steroids

Posted on Fri, 20 Feb 2026 in DevOps • Tagged with kubernetes, cli, logs, devops, tools

If you work with Kubernetes, you've probably suffered through the kubectl logs command. It's useful for viewing the logs of a specific pod, but it falls short when you have multiple replicas of a service or when pods restart and change names.

This is where Stern comes in.

Stern allows …


Continue reading

Managing GitHub installations with gah

Posted on Wed, 11 Feb 2026 in Linux • Tagged with linux, tools, cli

Install binaries directly from GitHub releases easily with gah.


Continue reading

`fresh`: My preferred terminal editor for daily use

Posted on Thu, 25 Dec 2025 in Tools • Tagged with fresh, terminal, editor, productivity, linux, tools, cli

Discover fresh, a fast, modern, modeless terminal text editor, ideal for casual file editing, surpassing nano and vim in simplicity for regular use.


Continue reading

Powerful Command Line Tools for Developers

Posted on Tue, 07 Jun 2016 in Tools • Tagged with cli, tools, development, networking, testing

Collection of essential command line tools for developers: curl, ngrep, netcat, sshuttle, siege, and mitmproxy


Continue reading