All Projects → mingrammer → gomo

mingrammer / gomo

Licence: MIT License
🍔 Terminal based memo application written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gomo

MemoBoard
Flask and React based intranet app where you can create and share lists (e.g. shopping list, todo, ...)
Stars: ✭ 35 (-7.89%)
Mutual labels:  memo
mumemo
Mumemo is screenshot-driven note application.
Stars: ✭ 38 (+0%)
Mutual labels:  memo
memo-dev
Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...
Stars: ✭ 13 (-65.79%)
Mutual labels:  memo
textics
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
Stars: ✭ 36 (-5.26%)
Mutual labels:  memo
memo
Android processing and secured library for managing SharedPreferences as key-value elements efficiently and structurally.
Stars: ✭ 18 (-52.63%)
Mutual labels:  memo

Go Report Card Travis Build

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 memo

What a so simple.

This is example of use.

Gomo Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].