memo/README.md

28 lines
398 B
Markdown
Raw Normal View History

2017-05-30 20:35:42 +02:00
# memo
2017-06-02 00:10:06 +02:00
A simple memo tool written in bash.
Memo are organized in topic which are folders in `~/memo`
You can copy file to you topic and you can search across all your
topics.
## Run
`./memo` shows how to use it
### Preconditions
* tree
* ack
## Configuration
to change the folder where the memo files are kept just add
export MEMO_DIR=/path/to/memo/folder
in your `~/.bashrc`.