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.gitEnter the repository:
cd NoteShellInstall dependencies:
go get github.com/charmbracelet/bubbletea
go get github.com/charmbracelet/bubbles
go get github.com/charmbracelet/lipglossUpdate mod.go
go mod tidyCreate program:
makeRun:
./noteshell