https://github.com/mingrammer/gomo
:hamburger: Terminal based memo application written in Go
https://github.com/mingrammer/gomo
cli go memo memo-application
Last synced: about 2 months ago
JSON representation
:hamburger: Terminal based memo application written in Go
- Host: GitHub
- URL: https://github.com/mingrammer/gomo
- Owner: mingrammer
- License: mit
- Created: 2016-11-20T11:41:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T15:29:38.000Z (over 8 years ago)
- Last Synced: 2025-04-02T01:05:00.929Z (3 months ago)
- Topics: cli, go, memo, memo-application
- Language: Go
- Homepage:
- Size: 11.2 MB
- Stars: 43
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/mingrammer/gomo) [](https://travis-ci.org/mingrammer/gomo.svg?branch=master)
# gomo
Gomo is terminal based memo application written in Go.## Who is it for?
This was created just for me. I often use terminal on my mac so it's annoying to swtich the windows between terminal and to-do application.This is why I make this simple program.
So, this is for someone like me or for one want to use memo on terminal simply.
## Introduction
It provides minimal functions for memo or todo. not much functions.
**gomo** has just 4 commands now. `init`, `new`, `list`, `delete` are all!Very simple to use.
## Installation
`go get github.com/mingrammer/gomo`You need to add `$GOPATH/bin` to your `$PATH`
## Usage
* `gomo init` : init memo file on your machine
* `gomo new 'content'` : create new memo
* `gomo list` : list the all stored memos
* `gomo delete [number]` : delete a memoWhat a so simple.
This is example of use.
