[go: up one dir, main page]

04 Dec 25

Like SQLite, but for Postgres

by sebastien 2 months ago saved 3 times
Tags:

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.

by tmfnk 2 months ago

15 Nov 25

Helps with FFMpeg commands

by bbbhltz 3 months ago saved 6 times

27 Oct 25

A secrets manager using by Devenv, that apparently is similar to the newly announced Fnox (mise)

by sebastien 3 months ago

encrypted/remote secret manager. Contribute to jdx/fnox development by creating an account on GitHub.

by sebastien 3 months ago saved 2 times

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.

by tmfnk 3 months ago

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.

by tmfnk 4 months ago

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.

by tmfnk 4 months ago

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.

by tmfnk 4 months ago saved 4 times

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!

by linkraven 5 months ago

21 Aug 25

That’s for TypeScript, with an API that looks good and clean

by sebastien 6 months ago