08 Apr 26

A really nice config panel for Ghostty, a great example of a settings module.


05 Apr 26

I’m still on the lookout for a good way to track memory usage. Maybe this will help!


08 Mar 26

27 Jan 26

On paper, it should replace sed, awk, tr, sort, uniq and potentially others using a compact, elegant syntax. I’m in!


07 Jan 26

A shared secret manager that works with public keys. Made by Candid, they have other cool software too.


13 Dec 25

A tool to write agentic scripts using Markdown. It’s a great idea and looking at the examples seems to do the job.


13 Jun 25

The ultimate ssh powered services for developers

by sebastien Jun 2025 saved 6 times
Tags:

30 May 25

Share your terminal over the web. Contribute to tsl0922/ttyd development by creating an account on GitHub.

by sebastien May 2025 saved 2 times
Tags:

03 Feb 25

httptap is a process-scoped http tracer that you can run without root priveleges. You can run httptap <command> where <command> is a linux program and you get a trace of http/https requests and responses in standard output.

It works by running <command> in an isolated network namespace. It has its own TCP/IP stack (for which it uses gVisor). It is not an HTTP proxy and so does not rely on <command> being configured to use an HTTP proxy. It decrypts TLS traffic by generating a CA on the fly. It won’t install any iptables rules or make other global system changes.

by mlb Feb 2025 saved 2 times

29 May 24

TerminalTextEffects (TTE) is a terminal visual effects engine. TTE can be installed as a system application to produce effects in your terminal, or as a Python library to enable effects within your Python scripts/applications.