Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 12, 2024
1 parent 7711868 commit 4ddd05d
Show file tree
Hide file tree
Showing 51 changed files with 401 additions and 79 deletions.
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/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.
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.
8 changes: 7 additions & 1 deletion source/content/apps/battery-indicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ platforms:
- macOS
appStoreId: 1206020918
isPaid: true
isMenuBarApp: true
olderMacOSVersions:
- '10.14'
- '10.15'
- '11'
- '12'
---

Battery Indicator lets you quickly glance the remaining battery time or percentage right in your menu bar.
Expand Down Expand Up @@ -66,7 +72,7 @@ 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>

Expand Down
4 changes: 4 additions & 0 deletions source/content/apps/black-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ platforms:
- macOS
isPaid: true
appStoreId: 1319884285
olderMacOSVersions:
- '10.15'
- '11'
- '12'
---

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
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
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
14 changes: 9 additions & 5 deletions source/content/apps/hyperduck.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ The app uses iCloud syncing to securely send links from your iOS device to your

### Troubleshooting

- Try restarting both devices.
- Try opening the Hyperduck iOS app to force a sync.
- Ensure you are on the latest macOS and iOS version.
- Ensure both devices are signed into the same iCloud account.
- Ensure both devices are online.
- Ensure Hyperduck is running on the Mac.
- Hyperduck opens links in the background. Ensure you didn't miss it.
- Ensure Low Power Mode is not enabled on the devices. It can cause iCloud to delay syncing.
- Try opening the Hyperduck iOS app to force a sync.
- Try restarting both devices.
- On iOS, ensure Hyperduck is enabled in “Settings › Apple ID › iCloud › Apps Using iCloud”.
- On macOS, ensure Hyperduck is enabled in “System Settings › Apple ID › iCloud › iCloud Drive › Apps syncing to iCloud Drive”.
- If it's a work device, make sure there are no restrictions in place that prevents iCloud or iCloud Drive.
- If you are using a VPN, try disconnecting it. Some VPNs prevent iCloud from syncing.
- Make sure the [iCloud service](https://www.apple.com/support/systemstatus/) is not currently experiencing issues.
- In the iOS app, if you triple-tap the text, it will show the most recently shared URLs, which may aid debugging.

<br>
Expand All @@ -45,7 +49,7 @@ The app uses iCloud syncing to securely send links from your iOS device to your

You can use this app to trigger [shortcuts](https://support.apple.com/en-gb/guide/shortcuts/welcome/ios) on your Mac from your iOS devices. This enables a lot of powerful use-cases. For example, you could make your Mac play a specific song directly from your iPhone.

First, create a shortcut on your Mac with some actions. Lets call it `Unicorn`.
First, create a shortcut on your Mac with some actions. Let's call it `Unicorn`.

On your iOS device, make a new shortcut, add the “Run Shortcut on Mac” action, and write `Unicorn` in the shortcut field.

Expand Down Expand Up @@ -83,7 +87,7 @@ You can now trigger confetti to show up on your Mac from your iPhone.
- Works when you are not near your Mac
- Much faster
- Opens links on your Mac in the background
- AirDrop sometimes refuses to work. This always works.
- AirDrop sometimes refuses to work; this always works.

#### How is it better than iCloud Tabs? {#icloud-tabs}

Expand Down Expand Up @@ -188,7 +192,7 @@ No. That is not something I plan to support. It's simply not something I need my

#### 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.

#### Where can I find the changelog?

Expand Down
7 changes: 6 additions & 1 deletion source/content/apps/jiffy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ subtitle: Discover & share the best GIFs
pubDate: 2020-03-25
platforms:
- macOS
isMenuBarApp: true
appStoreId: 1502527999
olderMacOSVersions:
- '10.15'
- '11'
- '12'
---

Jiffy lets you quickly search and discover GIFs from GIPHY. When you have found an awesome GIF, just drag and drop it into an app.
Expand Down Expand Up @@ -84,7 +89,7 @@ macOS hides menu bar apps when there is no space left in the menu bar. This is a

#### 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.

#### Where can I find the changelog?

Expand Down
1 change: 1 addition & 0 deletions source/content/apps/kap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ subtitle: Record your screen
pubDate: 2018-02-01
platforms:
- macOS
isMenuBarApp: true
repoUrl: https://github.com/wulkano/kap
showSupportLink: false
---
Expand Down

0 comments on commit 4ddd05d

Please sign in to comment.