Skip to content

Commit

Permalink
feat: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a11rew committed Oct 22, 2023
1 parent 93b29a3 commit 2d80afc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.

This file was deleted.

48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<div align="center">
<img src="Calendar Focus Sync/Assets.xcassets/AppIcon.appiconset/[email protected]" width="200" height="200">
<h1>Calendar Focus Sync</h1>
<p>
<b>Activate MacOS Focus Modes when calendar events begin</b>
</p>
<br>
<br>
<br>
</div>

This is a macOS app that automatically activates Focus Mode when calendar events begin. It's useful for blocking out time for meetings, deep work, or other activities.

<!-- [![](https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/black/en-us?size=250x83&releaseDate=1615852800)](https://apps.apple.com/app/)
-->

## Requirements

Requires macOS 14.0 or later.

## Download

**Non-App Store version**

A DMG is available for the non-App Store version. It's not code-signed, so you need to right-click it and select "Open" to open it. You can then move it to your Applications folder.

[Download from Releases](https://github.com/a11rew/calendar-focus-sync/releases)

## Features

### Sync With Native Calendar

Events in your calendar will automatically activate Focus Mode. Any changes to events will be reflected in Focus Mode.

### Time Before Event

You can set a time before an event to activate Focus Mode. This allows you to block out time before a meeting to prepare.

### Automatic Deactivation

When your event ends, Focus Mode will automatically deactivate. No need to remember to turn it off.

## Screenshots

<img src="Stuff/screenshot1.jpg" width="720" height="450">
<img src="Stuff/screenshot2.jpg" width="720" height="450">
<img src="Stuff/screenshot3.jpg" width="720" height="450">
<img src="Stuff/screenshot4.jpg" width="720" height="450">

0 comments on commit 2d80afc

Please sign in to comment.