A modern terminal-based note-taking application built with Bubble Tea and Lip Gloss. Organize your thoughts with style right from your terminal.
- 📝 Create and edit markdown notes
- 🗂️ Organize notes in folders
- 🎨 Beautiful TUI with syntax highlighting
- 📱 Responsive layout with adjustable sidebar
- 🗑️ Archive unused notes
- ⌨️ Vim-style keybindings
- 🎯 Focus mode without sidebar
- 🔍 Preview markdown rendering
- ⚡ Fast and lightweight
brew tap armand-sauzay/homebrew-tap
brew install note
go install github.com/armand-sauzay/note@latest
git clone https://github.com/armand-sauzay/note.git
cd note
go install .
j/k
or↑/↓
: Navigate notesh/l
or←/→
: Collapse/expand foldersenter
: Edit note/rename foldern
: Create new noteN
: Create new foldertab
: Toggle sidebarbackspace
: Archive note/folderq
orctrl+c
: Quit
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'feat: add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Custom themes
- Tags
- Sorting notes
- Search notes
- Export notes