Tootfinder

Opt-in global Mastodon full text search. Join the index!

@michabbb@social.vivaldi.net
2026-07-13 13:07:26

🐢 #Atuin is an #opensource shell history tool written in #Rust that replaces your existing shell history with a #SQLite

@michabbb@social.vivaldi.net
2026-07-07 08:41:41

🗄️ #Litestream — streaming replication & disaster recovery for #SQLite
Runs as a background process and continuously replicates database changes to S3 or another file, communicating only through the SQLite API so it never corrupts your DB.

@michabbb@social.vivaldi.net
2026-06-09 08:43:35

💾 All state lives in one #SQLite file on the gateway host — no cloud required. Telemetry off via CLAWPATROL_TELEMETRY=0 or DO_NOT_TRACK=1.
📜 #MIT licensed — gateway, dashboard & plugins all in one repo.
🌐

@michabbb@social.vivaldi.net
2026-07-09 01:45:42

🐢 #Atuin replaces your shell history with a #SQLite database & records rich context for every command — exit code, duration, working directory, hostname & session.
Hit ctrl-r for a full-screen, fuzzy-searchable history UI.

@michabbb@social.vivaldi.net
2026-07-04 00:05:06

📂 Your past agent sessions are stored in local provider history files. ctx indexes them into a #SQLite database on your machine, so current & future agents can find the prior discussion, command, or failed attempt before repeating it

@michabbb@social.vivaldi.net
2026-04-16 23:05:14

🧠 The wild part: there’s no built-in inbox. It’s fully #EventDriven. You either process emails in real-time… or build your own storage layer (like their Agentic Inbox example).
🏗️ And that’s where it gets powerful: using Workers #R2