19 Feb 25
Oh, I was a li’l frustrated not knowing how to send F7 and the other function keys on Termux but it’s more awesome than I could’ve ever dreamed of.
It uses the volume keys!
13 Feb 25
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.
10 Jan 25
An open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
31 Dec 24
22 Dec 24
13 Dec 24
An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
02 Dec 24
Command-line software which adds ANSI color to its output by default should check for a NO_COLOR environment variable that, when present and not an empty string (regardless of its value), prevents the addition of ANSI color.
07 Oct 24
11 Sep 24
I use this for my self-defined ZSH functions, but It can be used for other things I guess too!
09 Aug 24
17 Jul 24
13 Jul 24
CLIs are great because they make “using the computer” and “programming the computer” effectively the same activity in a lot of cases. Popular GUIs have made those two things completely separate modes
Each interaction with a CLI results in a valid program that can be saved, studied, shared, and remixed. Not so for a GUI, you don’t get the sequence of inputs and controls that solved the problem along with the solution. Usually you have to share the steps to the solution in a lower fidelity way, like a written list of instructions or a video recording, and then the other person gets to try to reproduce them on their own.
08 Jul 24
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. - danielmiessler/fabric
28 Jun 24
22 Jun 24
18 Jun 24
02 Jun 24
jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
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.