Skip to content

Commit

Permalink
fix(apps): add IINA and Folder Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jul 5, 2024
1 parent ee02ac1 commit b591e32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/commands/install/config/apps-groups/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ export const APPS: Readonly<IAppSetup[]> = [
openUrl: () => `open https://www.bresink.com/osx/TinkerTool.html`,
commands: () => [OPEN_BROWSER_LINK('https://www.bresink.com/osx/0TinkerTool/download.php')],
},
{
name: 'Folder Hub',
description: 'Quickly access your favorite folders from the Notch Bar',
group: 'apps',
tags: ['super-user'],
openUrl: () => `open https://www.finderhub.app/`,
commands: () => [OPEN_APP_STORE_APP_LINK('folder-hub-file-browser/id6473019059')],
},
{
name: 'Dropover',
description: 'Drag and drop files between apps with quick actions',
Expand Down
7 changes: 7 additions & 0 deletions src/commands/install/config/apps-groups/media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ export const MEDIA_APPS: Readonly<IAppSetup[]> = [
openUrl: () => BREW_HOME('downie', true),
commands: () => [BREW_CASK('downie')],
},
{
name: 'IINA',
group: 'media',
description: 'Open-source modern video player for macOS',
openUrl: () => BREW_HOME('iina', true),
commands: () => [BREW_CASK('iina')],
},
{
name: 'VLC',
group: 'media',
Expand Down

0 comments on commit b591e32

Please sign in to comment.