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

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

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 - kenm47/nvEnvy: Fast, keyboard-driven note-taking...
hank2000 · 2026-05-30 · via Hacker News: Show HN

A fast, keyboard-driven note-taking app for macOS. A modern rebuild of nvALT built with Swift and SwiftUI, targeting macOS 14+.

Screenshots

Horizontal layout Vertical layout
nvEnvy with the note list and tags pane side-by-side nvEnvy with the note list stacked above the tags pane

Install

Requires macOS 14 Sonoma or later. Universal (Apple Silicon + Intel).

Features

  • Instant search — Type to search, Return to create. Incremental filtering with phrase search support.
  • Plain-text Markdown — Notes stored as plain .md files with YAML frontmatter for tags and dates.
  • Keyboard-first — Full keyboard navigation: ⌘L to search, ⌘J/K to navigate, Escape to go back.
  • iCloud sync — Drop your notes folder in iCloud Drive for seamless sync with conflict resolution.
  • Wikilinks[[link to note]] with autocomplete and click-to-navigate.
  • Tags — Frontmatter tags, batch tagging, tag sidebar with counts, Finder tag mirroring.
  • Markdown preview — Live HTML preview with custom CSS, source view, and Print/Save HTML.
  • Import/Export — Import from Markdown, RTF, RTFD, HTML, PDF, Word, web archives. Export to plain text, HTML, RTF, Word.
  • nvALT migration — One-click import from nvALT with OpenMeta tag migration.
  • Bookmarks — Save and recall search queries with keyboard shortcuts (⌘1-9).
  • URL schemesnvenvy://find/title and nvenvy://make?title=...&body=... for automation.
  • AppleScript & Shortcuts — Full scripting support via .sdef and App Intents.
  • Services menu — Create notes from selected text in any app.
  • Auto-update — Sparkle integration for direct-download (DMG) builds; the Mac App Store build receives updates via the App Store.
  • Localized — English, German, French, Italian, Portuguese (BR), Chinese (Simplified).

Keyboard Shortcuts

Shortcut Action
⌘L Focus search field
Return Create or select note
Escape Return to search
⌘J / ⌘K Next / Previous note
⌘D Deselect (or snapback)
⌘⇧T Edit tags
⌘⇧C Toggle note list
⌘⌥L Toggle layout (side-by-side / stacked)
⌘B / ⌘I / ⌘Y Bold / Italic / Strikethrough
⌘T Plain text style (strip formatting)
⌘] / ⌘[ Indent / Outdent
⌘⇧L Insert link from clipboard
⌘⌥V Paste as Markdown link
⌘⌥C Copy note link
⌘⌃P Toggle preview window
⌘⌥U Toggle preview source
⌘⇧K Toggle word count
⌘E Export note
⌘P Print
⌘S Save bookmark
⌘0 Show bookmarks
⌘1-9 Restore bookmark
⌘R Rename note
⌘⇧R Reveal in Finder
⌘⌫ Delete note

Build Instructions

Prerequisites

  • Xcode 15+ with Swift 5.9
  • XcodeGen (brew install xcodegen)
  • macOS 14.0+

Build the Core Framework

cd NvEnvyCore
swift build
swift test

Build the App

cd nvEnvy
xcodegen generate
xcodebuild -project nvEnvy.xcodeproj -scheme nvEnvy build

Run Tests

cd NvEnvyCore
swift test   # 168 unit tests

Project Structure

nvEnvy/
  nvEnvy/         — macOS app target (SwiftUI + AppKit)
  project.yml     — XcodeGen project spec
NvEnvyCore/       — Swift Package (platform-agnostic data layer)
  Sources/
  Tests/

Distribution

See RELEASING.md for archive, code signing, notarization, and DMG creation instructions.

Privacy

nvEnvy collects nothing. Notes stay on your Mac (and in your iCloud Drive, if you put them there). See PRIVACY.md for the full policy.

Acknowledgments

Made by Kendall from lunt.co.

License

nvEnvy is released under the MIT License. You are free to use, modify, and redistribute the source code under the terms of that license. The signed binaries distributed via the Mac App Store and from nvenvy.app are provided as a convenience and are subject to the App Store's own terms.