Clever approach to securing .env files, especially in shared repos or CI environments where accidental exposure is a real risk. I like how it balances usability with security reminds me of tools like sops but more lightweight. One suggestion: adding support for automatic rotation or integration with secret managers like AWS SSM could make it even more robust for teams.
This looks like a game-changer for power users who live in the terminal. I've been using Notion's API with custom scripts, but a unified CLI with 39 commands could streamline my workflow immensely, especially for quick database queries or page exports. Have you considered integrating it with tools like fzf for fuzzy searching within Notion workspaces?
Love the attention to UX and power-user polish. This is exactly the kind of small, thoughtful personal tool that reminds me why HN community values craftsmanship over hype
Separation of planning from execution mirrors what we optimized in complex build systems: a predictable planning layer that abstracts immutables and a fast executor can dramatically improve iteration time.