Skip to content

Commit

Permalink
Fixes some typos, grammar, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoandpiko committed May 8, 2022
1 parent ad75ed4 commit 4c5c976
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Expand Up @@ -6,7 +6,6 @@
[![Github all releases](https://img.shields.io/github/downloads/leits/MeetingBar/total.svg)](https://GitHub.com/leits/MeetingBar/releases/)
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)


**MeetingBar** is a menu bar app for your calendar meetings (macOS 10.15+).

Integrated with 20+ meeting services so you can quickly join meetings from event or create ad hoc meeting.
Expand All @@ -23,11 +22,11 @@ Integrated with 20+ meeting services so you can quickly join meetings from event
* Shorten title to save space in the statusbar
* Choose icon to show for the upcoming meeting, e.g. the app icon or the meeting type icon
* Show only meetings within a certain timeframe (e.g. show only meetings in the next 30 minutes)
* Show all upcoming events from today and tomorrow (optional) in the expanded system menubar
* Show all upcoming events from today and tomorrow (optional) in the expanded system menubar
* show or hide all day events or only all day events with a meeting link
* show or hide events without guests
* show or hide declined events
* show or hide meeting type icons
* show or hide meeting type icons
* show or hide pending events
* Show events from all your macos calendars incl. notes, location and attendees
* Open the event in macos calendar or Fantastical 3 (if the app is installed)
Expand All @@ -37,29 +36,31 @@ Integrated with 20+ meeting services so you can quickly join meetings from event
* Create a new meeting in your favorite app by using a shortcut
* Configure your favorite browser to use for joining meetings and new meetings
* Sends macos notifications for upcoming events
* Bookmark your favorite meeting, show it in the statusmenu and make it accessable with a shortcut
* Automatic launch the app when your system starts
* Execute your custom apple script, e.g. to pause music when joining a new online event
* Bookmark your favorite meeting, show it in the statusmenu and make it accessible with a shortcut
* Automatic launch the app when your system starts
* Execute your custom apple script, e.g. to pause music when joining a new online event

## Setup

1. Install:
* From the [App Store](https://apps.apple.com/us/app/id1532419400)
* From homebrew `brew install meetingbar`
* Manual download the [latest version](https://github.com/leits/MeetingBar/releases/latest/download/MeetingBar.dmg)
2. Make sure your calendar synchronized to macOS calendar or [add a calendar account](https://support.apple.com/guide/calendar/add-or-delete-calendar-accounts-icl4308d6701/mac).

* From the [App Store](https://apps.apple.com/us/app/id1532419400)
* From homebrew `brew install meetingbar`
* Manual download the [latest version](https://github.com/leits/MeetingBar/releases/latest/download/MeetingBar.dmg)

2. Make sure your calendar is synchronized to macOS calendar or [add a calendar account](https://support.apple.com/guide/calendar/add-or-delete-calendar-accounts-icl4308d6701/mac).
3. Open the app and go through the onboarding.
4. Never miss your next meeting again :tada:

If you have some installation problems or some other questions please check the [FAQ](../../wiki/FAQ) or [add an issue](https://github.com/leits/MeetingBar/issues/new).

## Supported meeting services

Check full list [here](https://github.com/leits/MeetingBar/discussions/108).
Check the full list [here](https://github.com/leits/MeetingBar/discussions/108).

## Third-Party Integrations
* [Raycast commands](https://github.com/raycast/script-commands/tree/master/commands#meetingbar)

* [Raycast commands](https://github.com/raycast/script-commands/tree/master/commands#meetingbar)

## Other similar apps

Expand All @@ -81,6 +82,7 @@ Support on [Patreon](https://www.patreon.com/meetingbar) or via in-app purchases
MeetingBar is **stable** and in **active development** by [leits](https://github.com/leits). Written in Swift 5.0.

MeetingBar also uses these resources:

* [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) for managing global keyboard shortcuts
* [Defaults](https://github.com/sindresorhus/Defaults) for managing user settings
* [SwiftyStoreKit](https://github.com/bizz84/SwiftyStoreKit) for patronage via in-app purchases
Expand Down

0 comments on commit 4c5c976

Please sign in to comment.