Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Add some random docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Aug 1, 2019
1 parent 46a6b4e commit a4a26d7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.0.1 - 2019-08-01

- initial release
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Google Tasks for Mac

![Google Tasks for Mac](./art/header.png)

Google Tasks has some pretty good mobile apps. However, there's no native Mac app yet. This application is a tiny wrapper around the Google Tasks widget that's embedded in Gmail and Google Calendar.

[Download the latest release]()

## Contributing

Google Tasks for Mac uses nativefier and electron under the hood to create a browser window that loads Google Tasks and injects some javascript to make it actually work.

Feel free to open issues with new ideas or open pull requests with new features.

## Building

- `yarn install`
- `yarn build`
- output will be in the `Google Tasks-darwin-x64` directory
Binary file added art/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require('fs');
var options = {
name: 'Google Tasks',
targetUrl: 'https://tasks.google.com/embed/?origin=https://calendar.google.com&fullWidth=1',
version: '0.36.4',
version: '0.0.1',
out: '.',
overwrite: true,
width: 720,
Expand Down

0 comments on commit a4a26d7

Please sign in to comment.