chore: add affiliate links

This commit is contained in:
Stefan Imhoff
2024-03-01 11:00:10 +01:00
parent 9243be3410
commit e14fce164e
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ The most basic feature that you get is an application launcher like Apple Spotli
I use [Karabiner-Elements](https://karabiner-elements.pqrs.org/) to transform the useless <kbd>caps</kbd> lock key into a Hyperkey. This means I can use it to press <kbd>⌘</kbd> <kbd>^</kbd> <kbd>⌥</kbd> <kbd>⇧</kbd> at the same time. I also use it as <kbd>␛</kbd> in my code editor, [Neovim](https://neovim.io/). Additionally, I can combine it with <kbd>h</kbd>, <kbd>j</kbd>, <kbd>k</kbd>, and <kbd>l</kbd> to navigate anywhere with the arrow keys.
My application navigation is a combination of <kbd>hyper</kbd> plus a letter, like <kbd>hyper</kbd> <kbd>a</kbd> for the [Arc](https://arc.net/) browser or <kbd>hyper</kbd> <kbd>t</kbd> for [Things](https://culturedcode.com/things/), for example. I have 19 of these shortcuts for the apps I use all the time, the rest I open with Raycast over the search.
My application navigation is a combination of <kbd>hyper</kbd> plus a letter, like <kbd>hyper</kbd> <kbd>a</kbd> for the [Arc](https://arc.net/gift/3a2fd063) browser or <kbd>hyper</kbd> <kbd>t</kbd> for [Things](https://culturedcode.com/things/), for example. I have 19 of these shortcuts for the apps I use all the time, the rest I open with Raycast over the search.
In combination with a window manager (I use [yabai](https://github.com/koekeishiya/yabai)) and Apples Spaces feature, you can assign apps to specific spaces with a right-click on the application, then select Options. This allows me to have the same apps open in the spaces where I expect them. Raycast is the only application with consistent app switching behavior. When I press my keyboard shortcut, it opens the app if its closed. If its open but not focused, or Im in a different space, it moves me to that space and focuses on the app. And if I look at it, it hides the application.
@@ -135,7 +135,7 @@ I use several script commands, which are publicly available in my [raycast-scrip
## Raycast AI 💰
<Figure
caption="Raycast AI with custom configuration. This images shows my Japanese Assitant."
caption="Raycast AI with custom configuration. This images shows my Japanese Assistant."
size="wide"
>
<Image src="/assets/images/posts/raycast-ai.jpg" alt="Raycast AI" />

View File

@@ -131,12 +131,12 @@ export const other = [
},
{
name: 'Raycast',
url: 'https://www.raycast.com/',
url: 'https://www.raycast.com/hey/059d78ca',
image: '/assets/images/tools/raycast.png',
},
{
name: 'Arc',
url: 'https://arc.net/',
url: 'https://arc.net/gift/3a2fd063',
image: '/assets/images/tools/arc-browser.png',
},
{

View File

@@ -52,6 +52,6 @@ I consume all my content with the [Reeder](https://reeder.app/) app, from RSS Fe
## Other
I use many extra tools, too many to name them all. Here are a few of my favorites. Ive been using [Things](https://culturedcode.com/things/) as my to-do app for years; I appreciate its simplicity and design. [Raycast Pro](https://www.raycast.com/pro) is my most-used app, with its ChatGPT feature. Im a fan of both browsers: [Arc](https://arc.net/) for its innovative features and [Brave](https://brave.com/) for its security, privacy, and built-in ad-blocking.
I use many extra tools, too many to name them all. Here are a few of my favorites. Ive been using [Things](https://culturedcode.com/things/) as my to-do app for years; I appreciate its simplicity and design. [Raycast Pro](https://www.raycast.com/pro) is my most-used app, with its ChatGPT feature. Im a fan of both browsers: [Arc](https://arc.net/gift/3a2fd063) for its innovative features and [Brave](https://brave.com/) for its security, privacy, and built-in ad-blocking.
<Toolbox tools={other} />