memo/README.md
Ingolf Wagner 132e10d9bb Squashed commit of the following:
commit ac9da4ef336ed4a7d65196261b5ef35132c2fa5c
Author: Ingolf Wagner <contact@ingolf-wagner.de>
Date:   Mon Jun 19 22:14:28 2017 +0200

    update README

commit 3ae146424a
Author: Ingolf Wagner <contact@ingolf-wagner.de>
Date:   Mon Jun 19 22:04:52 2017 +0200

    add man page

commit 68d49fda1c
Author: Ingolf Wagner <contact@ingolf-wagner.de>
Date:   Thu Jun 15 23:18:34 2017 +0200

    add can read from input now #4
2017-06-19 22:15:52 +02:00

33 lines
586 B
Markdown

# memo
A simple tool written in bash to memorize stuff.
Memo organizes is structured through topics which are folders in `~/memo`.
## Features
* add text to a topic to memorize it
* search for strings in your memo-database
* copy/import files to topic folder.
## Run
`./memo` shows how to use it
### Preconditions
* tree
* ack
## Installation
* Gentoo : use [my overlay](https://github.com/mrVanDalo/overlay) and install `app-misc/memo`
## Configuration
to change the folder where memo kept its files just add
export MEMO_DIR=/path/to/memo/folder
in your `~/.bashrc`.