Go to file
Ingolf Wagner f29f7e8751 Add edit command, use pandoc to render show command 2018-05-17 19:39:13 +02:00
completion add commands copy list and show 2017-06-02 20:55:33 +02:00
doc Add edit command, use pandoc to render show command 2018-05-17 19:39:13 +02:00
.gitignore Add edit command, use pandoc to render show command 2018-05-17 19:39:13 +02:00
LICENSE Initial commit 2017-05-30 20:35:42 +02:00
README.md Add edit command, use pandoc to render show command 2018-05-17 19:39:13 +02:00
_config.yml Set theme jekyll-theme-minimal 2017-06-02 21:10:25 +02:00
memo Add edit command, use pandoc to render show command 2018-05-17 19:39:13 +02:00

README.md

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
  • NixOs : just do nix-shell -p memo

Configuration

to change the folder where memo kept its files just add

export MEMO_DIR=/path/to/memo/folder

in your ~/.bashrc.