Warning This executable is now at active development stage, so it may be incomplete, may contain errors and bugs, etc.
Project documentation can be found here. Project has some additional repositories:
- libmm - backend library
- ...
mm is a simple command line program, that stores your notes on your computer.
Internally it uses git to track all the changes step-by-step and allow
a user to get back to any state.
- Clone repository recursively (i.e. with submodules):
git clone --recursive https://github.com/GeorgyFirsov/mm.git- Build executable project using Cargo.