Repository: Wowu/microsoft-todo-osx
Branch: master
Commit: cb945670c24d
Files: 4
Total size: 1.4 KB
Directory structure:
gitextract_tcicz_kb/
├── .gitignore
├── README.md
├── build.sh
└── style.css
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
To-Do-darwin-x64/
================================================
FILE: README.md
================================================
## ⚠️ Microsoft has finally launched the MacOS version, you can download it from Mac App Store [here](https://apps.apple.com/app/microsoft-to-do/id1274495053?mt=12&utm_source=Direct). Thanks everyone for using this wrapper 🙌
---
# Microsoft To-Do app for MacOS
As Microsoft plans to shut down Wunderlist and there is no Microsoft To-Do app for MacOS yet, I've created one using [nativefier](https://github.com/gfpacheco/Nativefier).
[Download app (44MB)](https://github.com/Wowu/microsoft-todo-osx/raw/master/To-Do.zip)

## Nativefier
I used the following command:
```bash
$ nativefier --name "To-Do" -p "OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls="((microsoftonline|live)\.com|(todo|to-do)\.microsoft\.com)" --disable-context-menu --inject ./style.css https://to-do.microsoft.com/login
```
## Features
- [x] Context menu
- [x] Native notifications w/ counter
- [x] Hide "Get the app" button
================================================
FILE: build.sh
================================================
nativefier --name "To-Do" -p "OSX" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min-height=330 --internal-urls="((microsoftonline|live)\.com|(todo|to-do)\.microsoft\.com)" --disable-context-menu --inject ./style.css https://to-do.microsoft.com/login
================================================
FILE: style.css
================================================
.otherApps.showIcons {
display: none;
}
gitextract_tcicz_kb/ ├── .gitignore ├── README.md ├── build.sh └── style.css
Condensed preview — 4 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2K chars).
[
{
"path": ".gitignore",
"chars": 18,
"preview": "To-Do-darwin-x64/\n"
},
{
"path": "README.md",
"chars": 1061,
"preview": "## ⚠️ Microsoft has finally launched the MacOS version, you can download it from Mac App Store [here](https://apps.apple"
},
{
"path": "build.sh",
"chars": 287,
"preview": "nativefier --name \"To-Do\" -p \"OSX\" --counter -i ./To-Do --single-instance --width=880 --height=630 --min-width=600 --min"
},
{
"path": "style.css",
"chars": 44,
"preview": ".otherApps.showIcons {\n display: none;\n}\n"
}
]
About this extraction
This page contains the full source code of the Wowu/microsoft-todo-osx GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4 files (1.4 KB), approximately 514 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.