Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgiifirsov/mm
Simple command line program for notes. Powered by git to track history of any single line of text.
https://github.com/georgiifirsov/mm
cli git notes-app rust rust-application
Last synced: 10 days ago
JSON representation
Simple command line program for notes. Powered by git to track history of any single line of text.
- Host: GitHub
- URL: https://github.com/georgiifirsov/mm
- Owner: GeorgiiFirsov
- License: gpl-3.0
- Created: 2022-12-30T11:20:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T12:02:32.000Z (over 1 year ago)
- Last Synced: 2024-08-10T04:23:16.424Z (3 months ago)
- Topics: cli, git, notes-app, rust, rust-application
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mm
> **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][1]. Project has some additional
> repositories:
>
> - [libmm][2] - 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.## Build
1. Clone repository recursively (i.e. with submodules):
```bash
git clone --recursive https://github.com/GeorgyFirsov/mm.git
```2. Build executable project using Cargo.
[1]: https://github.com/GeorgyFirsov/mm/tree/main/docs
[2]: https://github.com/GeorgyFirsov/libmm