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.

by sebastien 11 days ago

13 Jun 25

The ultimate ssh powered services for developers

by sebastien 6 months ago saved 3 times
Tags:

30 May 25

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

by sebastien 6 months ago 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 10 months ago

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.

by mlb 1 year ago

12 May 23

18 Apr 23

A command-line application to extract text from images, PDFs, and audio files using Apple’s Vision and Speech APIs.

by racewar 2 years ago saved 2 times

09 Jan 23

Owl is a toolkit for writing command-line user interfaces in Elixir.

by mlb 3 years ago

22 Nov 22

Found this in Libera/#linux. The tool suggested there was vidir which allows you to edit directories in Vi which blows my mind if I think about it for too long. :D

by rogeruiz 3 years ago saved 2 times

19 Apr 22

gpg-tui is a Terminal User Interface for GnuPG

by mlb 3 years ago

11 Feb 22

jless is a command-line JSON viewer. It is written in Rust and can be installed as a single standalone binary

by mlb 3 years ago