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
- Host: GitHub
- URL: https://github.com/mrctms/memo
- Owner: mrctms
- License: gpl-3.0
- Created: 2018-10-31T07:41:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T07:31:58.000Z (over 4 years ago)
- Last Synced: 2026-01-14T13:48:19.211Z (20 days ago)
- Topics: go, golang, memo, sqlite
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```