NoteShell is a TUI program to take notes in a fluid and organized way on the terminal.
- Create ideas
- Read ideas
- Update ideas
- Delete ideas
- Idea description
- Filter idea
- Kanban todo list
- File encryption
This is a project that uses Charm libraries:
Clone the repository:
git clone https://github.com/AsierAlaminos/NoteShell.git
Enter the repository:
cd NoteShell
Install dependencies:
go get github.com/charmbracelet/bubbletea
go get github.com/charmbracelet/bubbles
go get github.com/charmbracelet/lipgloss
Update mod.go
go mod tidy
Create program:
make
Run:
./noteshell