Skip to content

Commit

Permalink
Added GetSound extension
Browse files Browse the repository at this point in the history
  • Loading branch information
asgu committed Jul 12, 2023
1 parent 0b52153 commit 6b5a469
Show file tree
Hide file tree
Showing 11 changed files with 587 additions and 264 deletions.
10 changes: 10 additions & 0 deletions extensions/focus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts

# misc
.DS_Store
2 changes: 1 addition & 1 deletion extensions/focus/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
}
8 changes: 3 additions & 5 deletions extensions/focus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Focus Changelog
# Coffee Changelog

## [Fix] - 2023-03-28
## [Release] - 2023-07-10

- Fixed a bug with Custom focus duration, where the duration is calculated incorrectly if the hours field is blank.

## [Initial Version] - 2022-12-26
Initial release
50 changes: 46 additions & 4 deletions extensions/focus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
# Focus - Website Blocker
The Focus extension allows you to manage Focus app directly in Raycast.

## Requirements
You need to have the Focus app for Mac installed to use this extension. You can download it from [https://heyfocus.com](https://heyfocus.com).
![IMAGE 2023-07-01 15:02:59](https://getsound.ai/getsound/images/RayExtention_Icon_512.png)


# GetSound - Raycast Extension

## Overview

[GetSound.ai](http://getsound.ai/) Raycast Extension is a slimmed-down version of our main GetSound.ai app, crafted especially for Raycast Community. It provides developers and users with a convenient and straightforward way to take a break and refocus during their work. Simply type "Focus" and you can generate short, 5-10 minute, calming ambient music tracks to help you get back on track.

**What makes the full version of GetSound different?**

If you want to experience the full GetSound.ai immersive audio user experience, we suggest downloading the app from our [Website](https://getsound.ai).
Unlike the slimmed-down Raycast version, the full app features GetSound's unique RTS (Real-Time Soundscape) algorithm, which creates ambient music based on your environment. Factors such as weather, location, and time of day all contribute to creating a unique soundscape in that moment. So, if you want to meditate, relax, or stay inside on a rainy day, GetSound will generate the perfect soundtrack and keep playing new music for as long as you like. Plus, you'll enjoy these key features:
* Enjoy continuous, uninterrupted and non-repeated soundscape music 24/7.
* Hi-resolution audio quality.
* Add and control extra layers of environmental effects, such as rivers, oceans, lakes, waterfalls, coffee shops, and more.
* Change your location to generate more unique soundscapes.
* Refresh funtion to regenerate new real-time soundscapes.
* Weather Sync - This feature will be available only when certain weather conditions, like rain, storms, and winds, occur at your location. You can easily adjust the volume to your liking.
* Timer Session - Do you have limited time to meditate or relax? With this feature, you can set the music to fade out after a set amount of time. Perfect for those with 15 minutes or less to spare.

## Installation

Install the [GetSound.ai](http://getsound.ai/) Raycast Extension from the Raycast Store.
After installation, you can access the extension by typing "Focus" in the Raycast command bar.

## Commands

* **Quick Access**: Just type "Focus" to start your 5-10 minutes relaxing ambient music track.<br>
* **Stop Track**: Choose "Stop" command to end the playing music track.<br>
* **Skip Track**: Choose "Skip" to generate a new ambient track.<br>

## Feedback

We value your feedback! If you have any suggestions, issues, or just want to tell us what you think of the GetSound Raycast Extension, please open a GitHub issue. We're always looking to improve and make the extension better for our users.

## **Special Offer for Raycast Users**

If you enjoy using the GetSound.ai Raycast Extension, we invite you to try out our full-featured GetSound.ai app. As a token of our appreciation for Raycast Community, we're offering an exclusive 15% discount for the GetSound.ai app personal plan. Enter the coupon code **`GetRay15OFF`** at checkout to take advantage of this offer.

## Acknowledgments

* [GetSound Official Website](https://getsound.ai)
* [Wall Of Love](https://testimonial.to/getsound-ai/all)
* [Discord Community](https://discord.com/invite/4gQVAyjYbs)
* [Instagram](https://www.instagram.com/getsound.ai/)
* [More Links](https://linktr.ee/getsound.ai)
Binary file added extensions/focus/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/focus/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6b5a469

Please sign in to comment.