Vai al file
Ingolf Wanger 58fd706c1d Merge branch 'release/0.8' 2019-07-12 19:37:30 +02:00
completion add rm to completion 2018-08-09 23:32:34 +02:00
doc updated man page 2019-07-12 19:37:21 +02:00
.gitignore add add manpage again 2018-12-31 02:50:13 +01:00
LICENSE Initial commit 2017-05-30 20:35:42 +02:00
README.md update documentation 2018-08-10 00:32:56 +02:00
_config.yml Set theme jekyll-theme-minimal 2017-06-02 21:10:25 +02:00
memo fix no-topic edit bug 2019-07-12 19:27:14 +02:00
shell.nix Generate man page with pandoc 2018-12-28 18:09:59 +01: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
  • remote topics
  • search for strings in your memo-database
  • copy/import files to topic folder.
  • git support

Run

./memo shows how to use it

Dependencies

  • tree
  • ack
  • man
  • git
  • pandoc (optional)

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.