Skip to content

Commit

Permalink
Add mattermost, mailbutler, odrive, avast, antidote..
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Jun 16, 2020
1 parent 8f23ff9 commit b4cbfbf
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/items/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const browser = [
description: 'Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser.',
url: 'https://brave.com',
os: ['linux', 'macos', 'windows'],
windowClasses: ['brave', 'brave-browser', 'brave.exe'],
windowClasses: ['brave', 'brave-browser', 'brave.exe', 'brave browser'],
},
{
title: 'Microsoft Edge',
Expand Down
4 changes: 4 additions & 0 deletions lib/items/Business.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ const items = [
title: 'Fantastical',
windowClasses: ['fantastical', 'fantastical helper'],
},
{
title: 'PDF Expert',
windowClasses: ['pdf expert'],
},
];

module.exports = items;
13 changes: 13 additions & 0 deletions lib/items/Communication.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,19 @@ const items = [
title: 'Bria Enterprise',
windowClasses: ['bria enterprise'],
},
{
title: 'Mailbutler',
url: 'https://www.mailbutler.io',
windowClasses: ['mailbutler'],
},
{
title: 'Mattermost',
url: 'https://mattermost.com',
keywords: ['chat', 'team-chat'],
description: 'Mattermost is a flexible, open source messaging platform that enables secure team collaboration.',
os: ['macos', 'windows', 'linux'],
windowClasses: ['mattermost', 'mattermost.exe'],
},
];

module.exports = items;
2 changes: 1 addition & 1 deletion lib/items/Design.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const items = [
{
title: 'Adobe Illustrator',
os: ['windows', 'macos'],
windowClasses: ['illustrator.exe', 'illustrator'],
windowClasses: ['illustrator.exe', 'illustrator', 'adobe illustrator 2019'],
},
{
title: 'ACDSee',
Expand Down
2 changes: 1 addition & 1 deletion lib/items/Development.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const items = [
windowNames: [
{endsWith: 'visual studio code'},
],
windowClasses: ['code-oss', 'code.exe', 'code', 'visual studio code'],
windowClasses: ['code-oss', 'code.exe', 'code', 'visual studio code', 'code - insiders'],
},
{
title: 'Brackets',
Expand Down
2 changes: 1 addition & 1 deletion lib/items/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const items = [
},
{
title: 'Sublime Text',
windowClasses: ['sublime_text'],
windowClasses: ['sublime_text', 'sublime text'],
},
{
title: 'KWrite',
Expand Down
4 changes: 4 additions & 0 deletions lib/items/Gaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ const items = [
title: 'Dota 2',
windowClasses: ['dota2.exe'],
},
{
title: 'Empyrion',
windowClasses: ['empyrion.exe'],
},
];

module.exports = items;
4 changes: 4 additions & 0 deletions lib/items/Other.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ const items = [
title: 'Stickies',
windowClasses: ['stickies'],
},
{
title: 'Search',
windowClasses: ['searchapp.exe'],
},
];

module.exports = items;
8 changes: 7 additions & 1 deletion lib/items/Productivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const items = [
windowNames: [
{matches: 'remote desktop'},
],
windowClasses: ['mstsc.exe'],
windowClasses: ['mstsc.exe', 'remote desktop'],
},
{
title: 'Eog',
Expand Down Expand Up @@ -500,6 +500,12 @@ const items = [
url: 'https://toggl.com/toggl-desktop',
windowClasses: ['toggldesktop.exe'],
},
{
title: 'odrive',
os: ['windows', 'linux', 'macos'],
url: 'https://www.odrive.com',
windowClasses: ['odrive'],
},
];

module.exports = items;
14 changes: 13 additions & 1 deletion lib/items/Security.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,19 @@ const items = [
title: 'Little Snitch Network Monitor',
os: ['macos'],
url: 'https://www.obdev.at/products/littlesnitch/index.html',
windowClasses: ['little snitch network monitor'],
windowClasses: ['little snitch network monitor', 'little snitch agent'],
},
{
title: 'Antidote',
os: ['macos'],
url: 'https://www.antidote.info',
windowClasses: ['antidote 9'],
},
{
title: 'Avast Security',
os: ['macos', 'windows'],
url: 'https://www.avast.com',
windowClasses: ['avast security'],
},
];

Expand Down
21 changes: 21 additions & 0 deletions lib/items/Terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,27 @@ const items = [
os: ['linux'],
windowClasses: ['tilda',],
},
{
title: 'Putty',
os: ['windows'],
url: 'https://www.putty.org',
keywords: ['ssh', 'ssh-client', 'remote'],
windowClasses: ['putty.exe'],
},
{
title: 'Kitty',
os: ['windows'],
url: 'http://www.9bis.net/kitty',
keywords: ['ssh', 'ssh-client', 'remote'],
windowClasses: ['kitty.exe'],
},
{
title: '',
os: ['windows'],
url: 'http://www.9bis.net/kitty',
keywords: ['ssh', 'ssh-client', 'remote'],
windowClasses: ['solar-putty.exe'],
},
];

module.exports = items;

0 comments on commit b4cbfbf

Please sign in to comment.