Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 452 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 452 Bytes

MemoZ

Memorize everyshit in the world from terminal

Setup

Clone the repository and install the dependencies

pip install -r requirements.txt

Then add the following line to ~/.bashrc

alias memoz="python /path/to/cloned/repo/src"

Restart your terminal and enter the following command to start

memoz --migrate

Then run the app with

memoz

To see more detailed help

memoz --help