Rapid note provides you taking a notes dynamically from terminal.
├─ .github // ci-cd pipeline folder
└─ cmd // root file here
└─ currentUser // reading and writing current user data
├─ go.mod // 3rd party libraries
├─ go.sum // sums and versions of 3rd party libraries
└─ internal
├─ config // db and request types
├─ postgre // postgre instance and DSN
├─ repository // data fetching layer from db
└─ modal // modal types here
$ rapidnote create "Ahmet" "[email protected]"
$ rapidnote write "your note"
$ rapidnote list-notes
- "your note 1"
- "your note 2"