惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - Brumbelow/clipd: Clipboard history manager writt...
brumbelow · 2026-05-08 · via Hacker News: Show HN

clipd

Local-first clipboard history manager for Windows 11.

clipd is a single-binary clipboard manager that captures everything you copy, indexes it for fuzzy search, and pastes any past entry back with full format preservation — without ever leaving your machine.

Why clipd

Win+V has a 25-item cap, no real search, no filtering, and cloud-syncs by default with no clear opt-out. ClipboardFusion / ArsClip / Ditto are aging Win32/.NET UIs without fuzzy search or developer affordances.

clipd:

  1. Fast fuzzy search — sub-100ms hotkey-to-results, nucleo-ranked.
  2. Local-only by default — no cloud sync, ever.
  3. Encrypted at rest — DPAPI-wrapped AES-GCM, per-user keying.
  4. Password-manager-aware — respects ExcludeClipboardContentFromMonitoring, detects high-entropy secrets, refuses to store sensitive content.
  5. Dev-friendly — auto-classifies entries (URL / JSON / hash / base64 / code), preserves all formats on paste-back, search syntax for date filters.
  6. Single static binary — no runtime, no installer required.

Install

  1. Download the latest clipd-vX.Y.Z-x86_64-pc-windows-msvc.zip from Releases.

  2. Unzip anywhere — %LOCALAPPDATA%\Programs\clipd\ is a sensible choice but anywhere works; the autostart entry records whatever path you unzip to.

  3. Open a terminal in the unzipped folder and run:

    .\clipd.exe install --autostart
    

    This writes HKCU\Software\Microsoft\Windows\CurrentVersion\Run\clipd pointing at clipd.exe --daemon.

  4. Reboot (or start the daemon manually with .\clipd.exe --daemon).

  5. Press Win+Alt+C — the picker opens.

To remove autostart: .\clipd.exe uninstall.

First-run SmartScreen warning

clipd.exe is signed by via Microsoft Trusted Signing. SmartScreen also weighs application reputation, which builds with download volume; until reputation accumulates, the first time you run the binary you may still see "Windows protected your PC."

If that happens:

  1. Click More info.
  2. Click Run anyway.

Once SmartScreen has seen the signature on enough machines, the warning goes away on its own — you do not need to take any action to make that happen.

Usage

Picker (default)

Press Win+Alt+C to open the picker.

Key Action
Type Live fuzzy filter
↑ / ↓ Navigate results
Enter Restore selection to clipboard, close picker
Esc Close picker
Ctrl+P Pin / unpin selected entry

Search syntax

Inside the picker query, prefixed tokens filter by date:

  • :today, :yesterday
  • :Nd — last N days, e.g. :7d
  • >YYYY-MM-DD — entries after that date
  • <YYYY-MM-DD — entries before that date
  • YYYY-MM-DD..YYYY-MM-DD — range

Combine with text: :7d kubectl matches "kubectl" entries from the last week.

CLI

Command Effect
clipd pick Open picker (default if no subcommand)
clipd list [--limit N] Print recent entries
clipd search <query> [--limit N] Text search
clipd delete <id> Delete entry by id
clipd pin <id> [--unpin] Pin / unpin entry
clipd pause / clipd resume Pause / resume capture (daemon stays up)
clipd doctor Diagnostics: config, key file, DB integrity, pipe, hotkey
clipd config [--show | --path] Print effective config or its path
clipd install --autostart Add HKCU Run entry
clipd uninstall Remove HKCU Run entry
clipd --daemon Run the daemon directly (autostart calls this)

Configuration

Config lives at %APPDATA%\clipd\config.toml. The file is created on demand — defaults apply if it's absent. See config.example.toml for every section, with defaults and one-line descriptions:

  • [hotkey] — chord (default win+alt+c)
  • [retention] — days + max entries (default 30 days, 5000 entries)
  • [picker] — result limit
  • [secrets] — entropy heuristics tuning
  • [capture] — exe-name exclusions, sensitive-content policy (skip | mark)
  • [paths] — override data dir (default %APPDATA%\clipd\)

Run clipd config --show to print the effective merged config, or clipd config --path for the resolved file path.

Security

What clipd defends against

  • Encryption at rest — every clipboard payload is encrypted with AES-GCM using a per-install 32-byte key. The key is wrapped with Windows DPAPI (CryptProtectData), tied to your user account, and stored at %APPDATA%\clipd\key.dpapi. Another Windows user on the same machine cannot decrypt your clipboard history. A stolen disk image without your Windows credentials is unreadable.
  • Password-manager exclusion — clipd refuses to store payloads tagged with the ExcludeClipboardContentFromMonitoring clipboard format (Bitwarden, 1Password, KeePass, modern browsers all set this). It also detects browser-extension password-manager copies that don't surface the format flag.
  • Secret-pattern heuristics — OpenAI / GitHub / Slack / AWS keys, JWTs, PEM blocks, and high-entropy short tokens are recognized and dropped (or marked sensitive, see config).
  • No cloud sync, ever — clipd is a local-only tool. There is no opt-in sync, no telemetry, no network code.

What clipd does NOT defend against

  • Malware running as the same Windows user. DPAPI cannot defend against this — the malware can call CryptUnprotectData itself. This is a fundamental limit of any user-mode clipboard tool.
  • Cold-boot / disk-image attacks where the attacker has your Windows password. BitLocker is the answer here, not clipd.

For full triage info while running, clipd doctor prints config paths, key file status, DB integrity (PRAGMA integrity_check), pipe reachability, hotkey registration, and autostart status.

Logs

clipd writes a daily-rotated log at %APPDATA%\clipd\logs\clipd.<YYYY-MM-DD>.log. Last 14 days kept. Panics are captured with location, thread, and a forced backtrace.

Screenshot (screenshots view still in progress)

image

License

Licensed under the Apache License, Version 2.0.