Package Exports
- arvis-app-launcher-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arvis-app-launcher-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
arvis-app-launcher-plugin
Cross platform app launcher plugin for Arvis
Demo on mac:


Installation
- Install by npm
$ npm i -g arvis-app-launcher-plugin- Cache program icons by typing below command in Arvis.
(Only supported on mac currently)
@cache/arvis-app-launcher-pluginConfig
You can edit this plugin's config on User config table like below.

And type @cache/arvis-app-launcher-plugin to cache icon images (mac os only)
applicationFolder
type: object
default value:
windows:
C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programsmacos:
/Applicationslinux:
/usr/share/applications
Change the path you want to assign to explore.
If this plugin doesn't work properly, need to check this path exists.
deep
type: number
default value: 3
Sets the depth to explore
In macos, it is fixed by 1 to avoid to explore in App file.
concurrency
type: number | undefined
default value: os.cpus().length
Specifies the number of cpu to use to explore.
Icon sources
This plugin uses below icon sources
To do
- Write application icon caching logic. It depends on OS.
- macos (O)
- windows (X)
- linux (X)