JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q44892F
  • License MIT

App launcher plugin for Arvis

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

CodeFactor NPM download total NPM version MIT license PR's Welcome GitHub issues

Cross platform app launcher plugin for Arvis

Demo on mac:

Installation

  1. Install by npm
$ npm i -g arvis-app-launcher-plugin
  1. Cache program icons by typing below command in Arvis.

(Only supported on mac currently)

@cache/arvis-app-launcher-plugin

Config

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)

applicationFolders

type: object

default value:

  • windows: [C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs]

  • macos: [/Applications]

  • linux: [ /usr/share/applications, /usr/local/share/applications, /var/lib/snapd/desktop/applications/, /var/lib/flatpak/exports/share/applications/, ~/.local/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

Image icon by Icons8

To do

  • Write application icon caching logic. It depends on OS.
  • macos (O)
  • windows (X)
  • linux (X)