RhetTbull / macnotesapp

Work with Apple MacOS Notes.app from the command line. Also includes python interface for scripting Notes.app from your own python code.
MIT License
141 stars 6 forks source link

Add TUI with textual #7

Open RhetTbull opened 2 years ago

RhetTbull commented 2 years ago

I have this prototyped using markdownify to render the HTML notes to Markdown and Textual to display a TUI.

I'd love to have a full Notes UI in the Terminal but I'm not sure it'll be fast enough due to how slow the AppleScript bridge is. It will definitely be usable for browsing a subset of notes. I'm thinking something like this:

notes view [search term] opens a TUI listing just the matching notes.

Screen Shot 2022-11-01 at 6 23 14 AM