9 days ago
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.
08 Dec 25
Another secret manager, this time password protected. IMO it works best with keys so that you don’t have to leak the password everywhere.
06 Dec 25
04 Dec 25
Like SQLite, but for Postgres
27 Nov 25
Gemini CLI Tips and Tricks.
This guide covers ~30 pro-tips for effectively using Gemini CLI for agentic coding
Gemini CLI is an open-source AI assistant that brings the power of Google’s Gemini model directly into your terminal. It functions as a conversational, “agentic” command-line tool - meaning it can reason about your requests, choose tools (like running shell commands or editing files), and execute multi-step plans to help with your development workflow.
In practical terms, Gemini CLI acts like a supercharged pair programmer and command-line assistant. It excels at coding tasks, debugging, content generation, and even system automation, all through natural language prompts. Before diving into pro tips, let’s quickly recap how to set up Gemini CLI and get it running.
19 Nov 25
15 Nov 25
Helps with FFMpeg commands
27 Oct 25
A secrets manager using by Devenv, that apparently is similar to the newly announced Fnox (mise)
encrypted/remote secret manager. Contribute to jdx/fnox development by creating an account on GitHub.
Diagram as Code Tool Written in Rust with Draggable Editing. The goal of oxdraw is to make it easy to create and maintain high-quality diagrams using a declarative and reproducible syntax. Charts are written in Mermaid syntax, while a web interface allows users to fine-tune positions connector paths, colors, and other styling components. Whenever a diagram is tweaked visually, the structural changes are persisted back to the source file as declarative code so that everything remains deterministic and version-able. The changes are saved as comments in the mermaid file so it remains compatible with other Mermaid tools. The repo is composed of the Rust CLI to compile .mmd files into images and the React based web interface to editing the files.
24 Oct 25
A privacy-preserving home security camera that uses end-to-end encryption. (Secluso was previously named Privastead.) Secluso is a command-line tool designed for securely managing application secrets within various cloud computing environments.
Git Productivity Toolkit. Toolgit is a command-line tool and advanced Git wrapper designed to simplify complex or frequently repeated Git operations through a more intuitive and efficient user interface.
trimstray/the-book-of-secret-knowledge: A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. - GitHub
The Book of Secret Knowledge is a large GitHub repository curating an invaluable collection of cheatsheets, manuals, CLI/web tools, hacks, and inspiring lists primarily aimed at System/Network administrators, DevOps engineers, and Security Researchers.
23 Oct 25
14 Oct 25
23 Sep 25
I’ve noticed an inconsistent debugging experience of Rust on several editors. I’ve yet to try it explicitly within Helix, but if I don’t like it, then this seems like a good option!
Definitely great for portable debugging!