Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 16, 2024
1 parent 7711868 commit 00422bc
Show file tree
Hide file tree
Showing 57 changed files with 423 additions and 85 deletions.
Binary file added public/apps/aiko/screenshot3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/amazing-ai/screenshot2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/amazing-ai/screenshot3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/one-task/screenshot3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/randa/screenshot4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/second-clock/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/second-clock/screenshot1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/second-clock/screenshot2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion source/content/apps/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ pubDate: 2021-10-28
platforms:
- macOS
- iOS
- visionOS
repoUrl: https://github.com/sindresorhus/Actions
appStoreId: 1586435171
links:
'Older Versions': https://github.com/sindresorhus/Actions#download
'TestFlight': https://testflight.apple.com/join/fJGUrsZx
olderMacOSVersions:
- '12'
- '13'
---

The app provides lots of powerful extra actions for the Shortcuts app on macOS and iOS. These actions make it significantly easier to create shortcuts.
The app provides lots of powerful extra actions for the Shortcuts app on macOS, iOS, and visionOS. These actions make it significantly easier to create shortcuts.

**Restart your device if the actions do not show up in the Shortcuts app.**
8 changes: 2 additions & 6 deletions source/content/apps/aiko.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@ pubDate: 2023-03-03
platforms:
- macOS
- iOS
- visionOS
appStoreId: 1672085276
---

High-quality on-device transcription. Easily convert speech to text from meetings, lectures, and more.

The transcription is powered by OpenAI's [Whisper model](https://openai.com/research/whisper) running locally on your device.

The app also includes support for Shortcuts.

**Upcoming features**

- Batch conversion
- Export to karaoke file
The app also includes [support for Shortcuts](#tips).

<details>
<summary><b>Supports audio in 100 languages</b></summary>
Expand Down
48 changes: 31 additions & 17 deletions source/content/apps/amazing-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ subtitle: Generate images from text using Stable Diffusion
pubDate: 2022-12-21
platforms:
- macOS
- iOS
# - visionOS
appStoreId: 1660147028
olderMacOSVersions:
- '13'
---

Simply describe the image you desire, and the app will generate it for you like magic!

**Developed exclusively for Apple silicon (M1/M2) - The app is NOT compatible with devices running on Intel chips.**
It runs locally on your device.

On macOS, developed exclusively for Apple silicon (M1/M2) - The app is NOT compatible with devices running on Intel chips.

On iOS, it requires at minimum an iPhone 15 Pro or iPad with M1 processor.

[Stable Diffusion](https://en.wikipedia.org/wiki/Stable_Diffusion) is a deep learning, text-to-image model used to generate detailed images conditioned on text descriptions.

Expand All @@ -23,22 +31,22 @@ The app is [highly optimized](https://machinelearning.apple.com/research/stable-

Click a thumbnail to view a larger version of it. Click again to exit.

#### Negative prompt

To write a [negative prompt](https://dreamlike.art/guides/guide-to-stable-diffusion-negative-prompt-parameter) (what to exclude), write `##` after your prompt, followed by your negative prompt. For example, “photo of a cake, high-quality ## strawberry, out of frame”, where `strawberry, out of frame` is your negative prompt. Anything after the `##` is your negative prompt. You only write `##` once.

#### Keyboard shortcuts

When in preview mode, there are some keyboard shortcuts available:
On macOS, when in preview mode, there are some keyboard shortcuts available:
- <kbd>◀</kbd> — Previous image
- <kbd>▶</kbd> — Next image
- <kbd>Space</kbd> — Save image
- <kbd>Command + C</kbd> — Copy image
- <kbd>Esc</kbd> — Exit preview

#### Negative prompt

To write a [negative prompt](https://dreamlike.art/guides/guide-to-stable-diffusion-negative-prompt-parameter) (what to exclude), write `##` after your prompt, followed by your negative prompt. For example, “photo of a cake, high-quality ## strawberry, out of frame”, where `strawberry, out of frame` is your negative prompt. Anything after the `##` is your negative prompt. You only write `##` once.

#### Metadata

When you save a generated image, it includes a lot of useful metadata (prompt, steps, etc). You can [view this in Finder](https://twitter.com/sindresorhus/status/1611441129622278146/photo/1) by right-clicking the image file and selecting “Get Info”. The file also includes some relevant tags which can be used to create [smart folders](https://support.apple.com/guide/mac-help/tag-files-and-folders-mchlp15236/mac).
On macOS, when you save a generated image, it includes a lot of useful metadata (prompt, steps, etc). You can [view this in Finder](https://twitter.com/sindresorhus/status/1611441129622278146/photo/1) by right-clicking the image file and selecting “Get Info”. The file also includes some relevant tags which can be used to create [smart folders](https://support.apple.com/guide/mac-help/tag-files-and-folders-mchlp15236/mac).

<br>

Expand All @@ -52,17 +60,21 @@ When you save a generated image, it includes a lot of useful metadata (prompt, s

It will eventually be supported, but right now, it's worse than 1.5.

#### Why does the app require macOS 13.1 and Apple silicon?
#### Why does the app require Apple silicon for Macs?

The app takes advantage of recent [optimizations by Apple](https://machinelearning.apple.com/research/stable-diffusion-coreml-apple-silicon).

#### Why does the app require at least iPhone 15 Pro and iPad M1?

Generating images with Stable Diffusion requires a lot of system resources. It would not be a good experience on older devices. It could probably run fine on iPhone 15 and iPhone 14 Pro, but Apple does not let us do such a fine-grained requirement. Either I require the current devices or I have to support devices down to iPhone XS, which are not nearly powerful enough.

#### What are the usage restrictions for the generated images?

You can use the images for commercial or non-commercial purposes, but you must adhere to the [Creative ML OpenRAIL-M license's usage restrictions](https://github.com/CompVis/stable-diffusion/blob/21f890f9da3cfbeaba8e2ac3c425ee9e998d5229/LICENSE#L69-L82). These restrictions include not using the images for illegal activity, false information, discrimination, or medical advice.

#### Can you support custom models?

It's something I plan to support, but other things are a higher priority at the moment.
I don't plan to support this. This app is intentionally simple. There are many other apps that support custom models.

#### Can you support inpainting/outpainting?

Expand All @@ -86,10 +98,6 @@ And bear in mind that the initial generation after installing the app may take l

The AI model used to generate images is large. This is reasonable given the model's capabilities.

#### Can you support iOS?

I plan to add iOS support when the app is more mature.

#### How does it compare to [DiffusionBee](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui)? {#diffusionbee}

**Amazing AI benefits**
Expand All @@ -111,22 +119,28 @@ I plan to add iOS support when the app is more mature.

#### Why is this free without ads?

I just enjoy making Mac apps. Consider leaving a nice review on the App Store.
I just enjoy making apps. Consider leaving a nice review on the App Store.

#### Where can I find the changelog?

Go [here](https://apps.apple.com/app/id1660147028) and click “Version History”.

#### Can you localize the app into my language?

I don't have any immediate plans to localize the app.
I don't plan to localize the app.

<br>

### Older Versions

- [1.2.2](https://drive.google.com/file/d/1mcEhAKhmQGYzmSS-zlejt3_qsKFzqm0h/view?usp=sharing) for macOS 13+

<br>

### Non-App Store Version

A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year.

[Download](https://drive.google.com/file/d/1mcEhAKhmQGYzmSS-zlejt3_qsKFzqm0h/view?usp=sharing) *(1.2.2)*
[Download](https://github.com/sindresorhus/sindresorhus.github.com/releases/download/v1.0.0/Amazing.AI.1.3.0.zip) *(1.3.0)*

*Requires macOS 13 or later*
*Requires macOS 14 or later*
2 changes: 1 addition & 1 deletion source/content/apps/any-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Go [here](https://apps.apple.com/app/id1643199620) and click “Version History

#### Can you localize the app into my language?

I don't have any plans to localize the app.
I don't plan to localize the app.
16 changes: 12 additions & 4 deletions source/content/apps/battery-indicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ platforms:
- macOS
appStoreId: 1206020918
isPaid: true
isMenuBarApp: true
olderMacOSVersions:
- '10.14'
- '10.15'
- '11'
- '12'
- '13'
---

Battery Indicator lets you quickly glance the remaining battery time or percentage right in your menu bar.

<sup>**Want to see this app included in [Setapp](https://setapp.com)?** Help make it happen by [requesting it here](https://www.facebook.com/groups/setapp/posts/1849644978569967/).</sup>

<br>

### Frequently Asked Questions {#faq}
Expand Down Expand Up @@ -42,7 +47,9 @@ Drag it out of the menu bar while pressing <kbd>Command</kbd>.

It can unfortunately not show this because of restrictions (sandboxing) imposed on apps on the App Store. However, you could change the menu bar item type to text instead of the icon and use this app in combination with the system battery indicator.

#### Can it play a sound when the battery is charged a certain percentage?
#### Can it play a sound when the battery is charged a certain percentage? {#notification-sound}

The app has a built-in sound when showing notifications. However, if you want a different sound, you can disable the default notification sound in the “Notification Settings” and then follow the below steps.

This is a perfect use case for the built-in Shortcuts app. You can use the `Play Sound` action to play the sound you want. To run the shortcut when the battery is at a certain percentage, you need the [Shortery app](https://apps.apple.com/app/id1594183810). Use its “Power Status” trigger.

Expand All @@ -66,12 +73,13 @@ Go [here](https://apps.apple.com/app/id1206020918) and click “Version History

#### Can you localize the app into my language?

I don't have any immediate plans to localize the app.
I don't plan to localize the app.

<br>

### Older Versions

- [2.16.1](https://github.com/sindresorhus/meta/files/13942534/Battery.Indicator.2.16.1.-.macOS.13.zip) for macOS 13
- [2.14.2](https://github.com/sindresorhus/meta/files/10759031/Battery.Indicator.2.14.2.-.macOS.12.zip) for macOS 12
- [2.12.3](https://github.com/sindresorhus/meta/files/8759816/Battery.Indicator.2.12.3.-.macOS.11.zip) for macOS 11
- [2.7.1](https://github.com/sindresorhus/meta/files/6565005/Battery.Indicator.2.7.1.-.macOS.10.15.zip) for macOS 10.15
Expand Down
6 changes: 6 additions & 0 deletions source/content/apps/black-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ platforms:
- macOS
isPaid: true
appStoreId: 1319884285
olderMacOSVersions:
- '10.15'
- '11'
- '12'
- '13'
---

This app can be useful when you want to post a screenshot or photo on the web that contains some information you don’t want to be revealed. Maybe you want to share a screenshot of a Slack conversation on Twitter but hide some private information. It also removes all metadata, like when and where a photo was captured.
Expand Down Expand Up @@ -38,6 +43,7 @@ It’s from Apple’s inspirational [“Here’s to the Crazy Ones” TV commerc

### Older Versions

- [2.3.1](https://github.com/sindresorhus/meta/files/13923936/Black.Out.2.3.1.-.macOS.13.zip) for macOS 13
- [2.2.0](https://github.com/sindresorhus/meta/files/10773680/Black.Out.2.2.0.-.macOS.12.zip) for macOS 12
- [2.0.4](https://github.com/sindresorhus/meta/files/8759655/Black.Out.2.0.4.-.macOS.11.zip) for macOS 11
- [1.8.2](https://github.com/sindresorhus/meta/files/7454156/Black.Out.1.8.2.-.macOS.10.15.zip) for macOS 10.15
Expand Down
1 change: 1 addition & 0 deletions source/content/apps/camera-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: Preview your webcam and take photos
pubDate: 2023-05-20
platforms:
- macOS
isMenuBarApp: true
appStoreId: 1632827132
---

Expand Down
1 change: 1 addition & 0 deletions source/content/apps/caprine.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
unlisted: true
title: Caprine
subtitle: Elegant Facebook Messenger desktop app
pubDate: 2015-09-16
Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/command-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Go [here](https://apps.apple.com/app/id6448461551) and click “Version History

#### Can you localize the app into my language?

I don't have any plans to localize the app.
I don't plan to localize the app.

<br>

Expand Down
12 changes: 12 additions & 0 deletions source/content/apps/dato.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ pubDate: 2019-07-13
platforms:
- macOS
isPaid: true
isMenuBarApp: true
appStoreId: 1470584107
setappUrl: https://go.setapp.com/stp181?_target=https://setapp.com/apps/dato&utm_medium=vendor_program&utm_source=Sindre+Sorhus&utm_content=link
olderMacOSVersions:
- '10.14'
- '10.15'
- '11'
- '12'
---

Dato gives you a local clock, date, and multiple world clocks in the menu bar. When you click Dato in the menu bar, you get a menu with a calendar, calendar events, and world clocks. All of this is highly customizable.
Expand All @@ -17,6 +23,8 @@ Dato supports all the locales and languages that macOS supports for the menu bar

Dato requires macOS 13 or later.

If all you need is another clock in the menu bar, check out [Second Clock](/second-clock).

---

### Dato 5
Expand Down Expand Up @@ -328,6 +336,10 @@ Dato adheres to what you have set in “System Settings › General › Language

Dato adheres to what you have set in “System Settings › General › Language and Region”.

#### Can you support natural language input like Fantastical?

I'm hoping to have this done later this year. It's quite a complicated feature.

#### Can you integrate with Cron?

The integration is already done, but Cron has multiple bugs that make it not work properly. We will have to wait for Cron to fix these bugs.
Expand Down
1 change: 1 addition & 0 deletions source/content/apps/day-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ subtitle: Time remaining today in your menu bar
pubDate: 2023-06-18
platforms:
- macOS
isMenuBarApp: true
appStoreId: 6450280202
---

Expand Down
2 changes: 1 addition & 1 deletion source/content/apps/favorites-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Go [here](https://apps.apple.com/app/id1643660089) and click “Version History

#### Can you localize the app into my language?

I don't have any plans to localize the app.
I don't plan to localize the app.
5 changes: 4 additions & 1 deletion source/content/apps/folder-peek.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ subtitle: Put folders in your menu bar
pubDate: 2022-04-05
platforms:
- macOS
isMenuBarApp: true
appStoreId: 1615988943
olderMacOSVersions:
- '12'
---

<br>
Expand Down Expand Up @@ -174,7 +177,7 @@ Go [here](https://apps.apple.com/app/id1615988943) and click “Version History

#### Can you localize the app into my language?

I don't have any immediate plans to localize the app.
I don't plan to localize the app.

<br>

Expand Down
6 changes: 6 additions & 0 deletions source/content/apps/gifski.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ repoUrl: https://github.com/sindresorhus/Gifski
appStoreId: 1351639930
links:
'Older Versions': https://github.com/sindresorhus/Gifski#download
olderMacOSVersions:
- '10.13'
- '10.14'
- '10.15'
- '11'
- '12'
---

Gifski is a macOS app for the [gifski encoder](https://gif.ski), which converts videos to GIF animations using [pngquant's](https://pngquant.org) fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GIFs that use thousands of colors per frame.
Expand Down
6 changes: 6 additions & 0 deletions source/content/apps/heic-converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ pubDate: 2017-10-09
platforms:
- macOS
appStoreId: 1294126402
olderMacOSVersions:
- '10.13'
- '10.14'
- '10.15'
- '11'
- '12'
---

HEIC Converter is a macOS app that makes it easy to quickly convert images in the [HEIC](https://www.macworld.co.uk/feature/iphone/what-is-heic-3660408/) format to JPEG or PNG. HEIC is Apple's new default image format in iOS 11, replacing JPEG. HEIC uses more advanced and modern compression methods to achieve much smaller file sizes with the same visual quality. Unfortunately, HEIC is a very new format and not yet supported outside of iOS and macOS. This app makes it possible to share your HEIC images on the web or with non-Apple users.
Expand Down

0 comments on commit 00422bc

Please sign in to comment.