Note βοΈ
A modern terminal-based note-taking application built with Bubble Tea and Lip Gloss. Organize your thoughts with style right from your terminal.
β¨ Features
- π 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
π¦ Installation
Using Homebrew (macOS & Linux)
brew tap armand-sauzay/homebrew-tap
brew install note
Using Go
go install github.com/armand-sauzay/note@latest
From Source
git clone https://github.com/armand-sauzay/note.git
cd note
go install .
π Usage
βοΈ Configuration
Keybindings
j/k or β/β: Navigate notes
h/l or β/β: Collapse/expand folders
enter: Edit note/rename folder
n: Create new note
N: Create new folder
tab: Toggle sidebar
backspace: Archive note/folder
q or ctrl+c: Quit
π€ Contributing
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
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π§ Roadmap
- Custom themes
- Tags
- Sorting notes
- Search notes
- Export notes