Skip to content

Commit

Permalink
fix(apps): BetterSnapTool => BetterTouchTool, support AlDente
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 29, 2024
1 parent 05b83dd commit ecb63a1
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/commands/install/config/apps-groups/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,26 @@ export const APPS: Readonly<IAppSetup[]> = [
commands: () => [OPEN_APP_STORE_APP_LINK('amphetamine/id937984704')],
},
{
name: 'BetterSnapTool',
description: 'Easy window resize & organize',
name: 'BetterTouchTool',
description: 'Customize input devices on macOS, window snapping, etc.',
group: 'apps',
tags: ['super-user'],
openUrl: () => `open https://folivora.ai/bettersnaptool`,
commands: () => [OPEN_APP_STORE_APP_LINK('bettersnaptool/id417375580')],
paid: true,
openUrl: () => `open https://folivora.ai/`,
commands: () => [BREW_CASK('bettertouchtool')],
},
{
name: 'AlDente',
description: 'Manage and limit maximum charging percentage',
group: 'apps',
tags: ['super-user'],
paid: true,
openUrl: () => BREW_HOME('aldente', true),
commands: () => [BREW_CASK('aldente')],
},
{
name: 'TextSniper',
description: 'Extract and copy text from images',
description: 'Extract and copy text from images (Built-in feature in CleanShot X)',
group: 'apps',
tags: ['productivity'],
paid: true,
Expand Down

0 comments on commit ecb63a1

Please sign in to comment.