Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| require "formula" | |
| class Mongodb < Formula | |
| homepage "http://www.mongodb.org/" | |
| url "http://downloads.mongodb.org/src/mongodb-src-r2.6.5.tar.gz" | |
| sha1 "f5a68505a0de1152b534d62a8f0147d258d503a0" | |
| bottle do | |
| sha1 "d573717ca7c67455680a6823de210c940faf9ac6" => :mavericks | |
| sha1 "f7d2a0711e3ac09fd61bcb243360c1a07fb83233" => :mountain_lion |
| [phases.setup] | |
| nixPkgs = ["...", "python311Packages.supervisor", "php82Extensions.redis"] | |
| [phases.build] | |
| cmds = [ | |
| "mkdir -p /var/log", | |
| "touch /var/log/nginx-access.log /var/log/nginx-error.log", | |
| "chown -R www-data:www-data /var/log", | |
| "chown -R www-data:www-data /app", | |
| "chmod -R 755 /app", |
Prompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.
1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."
2. Meeting Action Items (Fathom)