Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chandanghosh/notes-app
- Owner: ChandanGhosh
- Created: 2020-04-12T12:01:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T06:23:31.000Z (about 4 years ago)
- Last Synced: 2024-06-20T15:57:32.743Z (7 months ago)
- Topics: cli, golang
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-appNavigate 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)