Go to file
Ingolf Wagner 3ae146424a add man page 2017-06-19 22:04:52 +02:00
completion add commands copy list and show 2017-06-02 20:55:33 +02:00
doc add man page 2017-06-19 22:04:52 +02:00
LICENSE Initial commit 2017-05-30 20:35:42 +02:00
README.md add install instructions 2017-06-02 21:56:14 +02:00
_config.yml Set theme jekyll-theme-minimal 2017-06-02 21:10:25 +02:00
memo add can read from input now #4 2017-06-15 23:18:34 +02:00

README.md

memo

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

Installation

  • Gentoo : use my overlay and install app-misc/memo

Configuration

to change the folder where the memo files are kept just add

export MEMO_DIR=/path/to/memo/folder

in your ~/.bashrc.