Skip to content

somanadh98/AdvancedNotesMakerCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Advanced Notes CLI App (Go)

This is a full-featured Notes CLI app written in Go. It supports creating, viewing, editing, deleting, tagging, and searching notes with persistent storage via JSON.

πŸ“¦ Features

  • Add notes with title, body, tags, timestamps
  • Search notes by keyword
  • View formatted notes
  • Edit & delete existing notes
  • Save notes to data/notes.json
  • Colorful CLI with fatih/color

πŸ› οΈ Installation

git clone https://github.com/YOUR_USERNAME/AdvancedNotesCLI.git
cd AdvancedNotesCLI
go mod init AdvancedNotesCLI
go get github.com/fatih/color
go run main.go

πŸ“‚ File Structure

AdvancedNotesCLI/
β”œβ”€β”€ main.go
β”œβ”€β”€ notes/
β”‚   β”œβ”€β”€ model.go
β”‚   └── manager.go
β”œβ”€β”€ data/
β”‚   └── notes.json

🀝 Contributions

Feel free to fork and enhance this project further!


Built by [Somanadh K.]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages