You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Ingolf Wanger 58fd706c1d Merge branch 'release/0.8' 4 years ago
completion add rm to completion 5 years ago
doc updated man page 4 years ago
.gitignore add add manpage again 5 years ago
LICENSE Initial commit 6 years ago
README.md update documentation 5 years ago
_config.yml Set theme jekyll-theme-minimal 6 years ago
memo fix no-topic edit bug 4 years ago
shell.nix Generate man page with pandoc 5 years ago

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.