Pi subagent extensions: TintinWeb, NicoBailon and Taskplane

Posted on Sun, 03 May 2026 in IA • Tagged with pi, coding-agent, subagentes, extensiones, cli, herramientas

A comparison of three extensions for running subagents in pi — TintinWeb, NicoBailon, and Taskplane — each with a different approach.


Continue reading

Installing GitHub Skills

Posted on Sun, 19 Apr 2026 in Programación • Tagged with github, cli, agentes-ia, skills

Comparing gh skill vs npx skills for installing and managing AI agent skills.


Continue reading

rbw sync: missing field `access_token`

Posted on Sat, 11 Apr 2026 in Linux • Tagged with bitwarden, cli, bug, vaultwarden

Known rbw bug when syncing with Bitwarden or Vaultwarden: "failed to parse JSON: missing field access_token". The fix is to clear the local cache.


Continue reading

rbw-env: Export environment variables from Bitwarden

Posted on Thu, 26 Mar 2026 in Herramientas • Tagged with bitwarden, cli, entorno, productividad, seguridad

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 Programación • Tagged with cli, versionado, rust, herramientas

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 Herramientas • Tagged with bitwarden, cli, kitty, rust, productividad

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 Herramientas • Tagged with bitwarden, cli, rust, seguridad, 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 Programación • Tagged with data, cli, herramientas, 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, herramientas, 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 Programación • Tagged with cli, herramientas, 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 Infraestructura • Tagged with kubernetes, cli, logs, herramientas

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 herramientas, cli

Install binaries directly from GitHub releases easily with gah.


Continue reading

broot, a different way to navigate your directories

Posted on Fri, 02 Jan 2026 in Herramientas • Tagged with terminal, cli, broot, rust

broot is a terminal tool for interactive directory exploration with fuzzy search, multiple panels, and file preview.


Continue reading

`fresh`: My preferred terminal editor for daily use

Posted on Thu, 25 Dec 2025 in Herramientas • Tagged with fresh, terminal, editor, productividad, linux, 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 Herramientas • Tagged with cli, desarrollo, redes, testing

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


Continue reading