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

https://github.com/mrctms/memo

Memos from the command line
https://github.com/mrctms/memo

go golang memo sqlite

Last synced: 2 days ago
JSON representation

Memos from the command line

Awesome Lists containing this project

README

          

# memo

With this program you can save your memo from the command line.

# Installation on Linux

Download here

```
cd memo
chmod+x install.sh
sudo ./install.sh
```

# Usage

You can use this commands:
```
Usage:
memo [command]

Available Commands:
add Add a memo
archive archive a memo
delete Delete a memo
help Help about any command
show Show all memo
update Update a memo

Flags:
-h, --help help for memo

Use "memo [command] --help" for more information about a command.

```
# Build from source

You need a Go compiler

```
git clone https://github.com/MarckTomack/memo.git
cd memo
go build
```