Skip to content

Commit

Permalink
Add MPC-HC, Altus, Listary, Tilda..
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Jun 9, 2020
1 parent b9912f5 commit e9a0622
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
7 changes: 7 additions & 0 deletions lib/items/Communication.js
Expand Up @@ -250,6 +250,13 @@ const items = [
url: 'https://zalo.me/',
windowClasses: ['zalo.exe', 'zalo'],
},
{
title: 'Altus',
description: 'Electron-based desktop client for WhatsApp Web with theme support, native notifications and multiple account support.',
os: ['macos', 'windows', 'linux'],
url: 'https://github.com/amanharwara/altus',
windowClasses: ['altus.exe', 'altus'],
},
];

module.exports = items;
9 changes: 8 additions & 1 deletion lib/items/FileManager.js
Expand Up @@ -44,9 +44,16 @@ const items = [
title: 'Caja',
description: 'Caja is the mate file manager.',
os: ['linux'],
url: 'https://mate-desktop.org/',
url: 'https://mate-desktop.org',
windowClasses: ['caja'],
},
{
title: 'Listary',
description: 'Listary is a search utility for Windows.',
os: ['windows'],
url: 'https://www.listary.com',
windowClasses: ['listary.exe'],
},
];

module.exports = items;
12 changes: 12 additions & 0 deletions lib/items/Multimedia.js
Expand Up @@ -89,6 +89,18 @@ const items = [
url: 'https://www.aimp.ru',
windowClasses: ['aimp.exe'],
},
{
title: 'YouTubeToMP3.exe',
windowClasses: ['youtubetomp3.exe'],
},
{
title: 'MPC-HC',
description: 'MPC-HC is an extremely light-weight, open source media player for Windows®. It supports all common video and audio file formats available for playback.',
windowClasses: ['mpc-hc64.exe'],
os: ['windows'],
keywords: ['video', 'media', 'player'],
url: 'https://mpc-hc.org',
},
];

module.exports = items;
4 changes: 4 additions & 0 deletions lib/items/Productivity.js
Expand Up @@ -444,6 +444,10 @@ const items = [
url: 'https://www.deepl.com',
windowClasses: ['deepl'],
},
{
title: 'Adobe Premiere Pro',
windowClasses: ['adobe premiere pro.exe'],
},
];

module.exports = items;
8 changes: 7 additions & 1 deletion lib/items/Terminal.js
Expand Up @@ -7,7 +7,7 @@
const items = [
{
title: 'iTerm',
windowClasses: ['iterm2'],
windowClasses: ['iterm2', 'iterm'],
},
{
title: 'Terminal',
Expand Down Expand Up @@ -118,6 +118,12 @@ const items = [
os: ['linux'],
windowClasses: ['xfce4-terminal',],
},
{
title: 'Tilda',
url: 'https://github.com/lanoxx/tilda',
os: ['linux'],
windowClasses: ['tilda',],
},
];

module.exports = items;

0 comments on commit e9a0622

Please sign in to comment.