Find a file
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
completion add commands copy list and show 2017-06-02 20:55:33 +02:00
doc Squashed commit of the following: 2017-06-19 22:15:52 +02:00
_config.yml Set theme jekyll-theme-minimal 2017-06-02 21:10:25 +02:00
LICENSE Initial commit 2017-05-30 20:35:42 +02:00
memo Squashed commit of the following: 2017-06-19 22:15:52 +02:00
README.md Squashed commit of the following: 2017-06-19 22:15:52 +02:00

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 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.