Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Oct 8, 2019
1 parent ddfd0f1 commit ae68e55
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,30 @@ Inspired by [Tweet by Marcin Krzyżanowski](https://twitter.com/krzyzanowskim/st

![Reading List Calendar App](Misc/screenshot-1.png)

Application accepts following launch arguments:

|Argument|Description|
|:--|:--|
|`-sync`|Start synchronization on app launch|
|`-headless`|Do not present UI and terminate when synchronization completes (to use with `-sync` argument)|

You can start the app with above arguments using `open` command:

```sh
open -a "Reading List Calendar" --args -sync -headless
```

## Roadmap

- [x] MVP - adding reading list items to choosen calendar
- [ ] Automatic synchronization in background
- [x] Automatic synchronization in background (using launch arguments)
- [ ] UI for configuring automatic synchronization in background

## Setup

Requirements:

- Xcode 10.2
- Xcode 11.1
- [SwiftLint](https://github.com/realm/SwiftLint)
- [Carthage](https://github.com/Carthage/Carthage)

Expand Down

0 comments on commit ae68e55

Please sign in to comment.