https://github.com/pyohei/macmemo-parser
Mac memo parser(mbox type) 🗒🍎
https://github.com/pyohei/macmemo-parser
mac memo parser python
Last synced: 4 months ago
JSON representation
Mac memo parser(mbox type) 🗒🍎
- Host: GitHub
- URL: https://github.com/pyohei/macmemo-parser
- Owner: pyohei
- Created: 2014-05-20T14:28:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T14:12:59.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T01:32:26.865Z (5 months ago)
- Topics: mac, memo, parser, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac mamo file parser
Parse Mac Memo.app data.
But this script support under Yosemite.
I don't try later from Yosemite.## Version
* python2.7
## Usage
You can run script after you download Note file and put it on macmemo directory.
(Maybe file name is `Note.mbox`)```bash
cd macmemo
python2.7 macmemo Note.mbox
```This script export separated file in macMemo directory.
## Licence
MIT