DEV Community

Cover image for I Built Note CLI: A Terminal Note-Taking App with Python and Rich
Anant Chauhan
Anant Chauhan

Posted on

I Built Note CLI: A Terminal Note-Taking App with Python and Rich

I recently published my first Snap package - a CLI note-taking tool.

Features

  • Command history with arrow keys
  • Custom word highlighting
  • Interactive mode using Rich library
  • Markdown support with checkboxes
  • All notes stored as portable markdown files

Tech Stack

  • Python 3.10
  • Rich library for terminal UI
  • Snapcraft for packaging
  • GitHub Actions for CI/CD

Installation

sudo snap install note-cli


Snap Store: https://snapcraft.io/note-cli

Top comments (0)