TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Dnote – E2E encrypted command line notebook

7 pointsby stockkidalmost 6 years ago

1 comment

stockkidalmost 6 years ago
Two years ago, I built a simple command line interface to instantly write down notes in a JSON file. I have been using and building it ever since, and now it has become more mature with useful features such as:<p>* Sync across multiple devices<p>* End-to-end encrypted backups<p>* Weekly email digests for spaced repetition<p>* Web client, browser extension, IDE plugins<p>The whole thing is open source and optimized for command line usage.<p>What I have noticed in the past years is that this tool can be used to build a personal knowledge base. The reason is that it provides a way of quickly capturing new information without switching environment. Also, it sends you automated email digests. (i.e. if you are in a command line, just jot down your thoughts and get email reminders later).<p>I wanted to share the progress I have made so far.