-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEENCcqejldVgRfYo+hB4BWVCRYtqIFAllIMQcACgkQB4BWVCRY
 tqLHEQgAy5z5sFY3MIEcN8exh5LdMVH1NPWQBpiA12J9m9GuKSmRXNir/lXBgw/V
 aTCV3Svv8PYf+s9Y0GEORbnyknE9b8g0j9ZLgeL8LFWrek1tO9pHWEffPMEJLs0U
 rLiZ0sg7tJ11yzXSX0gKr2rD9UPx2BaLjK/7pO622eCwjEYmvUMZrrb5uamCGACU
 XuezplkDDLFDOREmg1lGQHGz3frTEhHBal9LPu1DuPyOJKqyZAh7j/FVASZrgIjB
 0L8IzpqFSi3tjOGPFifYWMp+1OAnQSNyAKK9EG6YYhxyrDXVkfa7guWLrldjzC4l
 y+HWfcCS1QwrL//FPUGiCySCedb/IA==
 =mvGc
 -----END PGP SIGNATURE-----

Merge tag '0.2' into develop

0.2
master
Ingolf Wagner 2017-06-19 22:16:09 +02:00
commit c7273b709b
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,14 @@
# memo
A simple memo tool written in bash.
A simple tool written in bash to memorize stuff.
Memo are organized in topic which are folders in `~/memo`
Memo organizes is structured through topics which are folders in `~/memo`.
You can copy file to you topic and you can search across all your
topics.
## Features
* add text to a topic to memorize it
* search for strings in your memo-database
* copy/import files to topic folder.
## Run
@ -22,10 +25,8 @@ topics.
## Configuration
to change the folder where the memo files are kept just add
to change the folder where memo kept its files just add
export MEMO_DIR=/path/to/memo/folder
in your `~/.bashrc`.