Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chandanghosh/notes-app

Cli based note taking app using Go
https://github.com/chandanghosh/notes-app

cli golang

Last synced: 21 days ago
JSON representation

Cli based note taking app using Go

Awesome Lists containing this project

README

        

# notes-app
Cli based simple note taking app using Go

## install
go get -u https://github.com/ChandanGhosh/notes-app

Navigate to notes-app folder and run `go install` to run as a binary

## Cli

$ notes-app h              

NAME:

   cli based note app - A new cli application

USAGE:

   notes-app [global options] command [command options] [arguments...]

VERSION:

   1.0.0

COMMANDS:

   list, l     list notes

   add, a      Add a new note

   read, r     read a note

   remove, rm  remove a note

   update, u   update a note

   help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:

   --help, -h     show help (default: false)

   --version, -v  print the version (default: false)