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.
|
4 years ago | |
---|---|---|
completion | 5 years ago | |
doc | 4 years ago | |
.gitignore | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
_config.yml | 6 years ago | |
memo | 4 years ago | |
shell.nix | 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
.