Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wowu authored May 16, 2017
1 parent 820afa1 commit 7b17780
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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)

![Screenshot](https://github.com/Wowu/microsoft-todo-osx/raw/master/screenshot.png)


## 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=false --disable-context-menu https://todo.microsoft.com/login
```

## Features

- [x] Context menu
- [x] Native notifications w/ counter

0 comments on commit 7b17780

Please sign in to comment.