docs » Seal.plugins.apps

A plugin to add launchable apps/scripts, making Seal act as a launch bar

API Overview

API Documentation

Variables

appSearchPaths
Signature Seal.plugins.apps.appSearchPaths
Type Variable
Description

Table containing the paths to search for launchable items

Notes
  • If you change this, you will need to call spoon.Seal.plugins.apps:restart() to force Spotlight to search for new items.
Source Source/Seal.spoon/seal_apps.lua line 9

Methods

restart
Signature Seal.plugins.apps:restart()
Type Method
Description

Restarts the Spotlight app searcher

Parameters
  • None
Returns
  • None
Source Source/Seal.spoon/seal_apps.lua line 105
start
Signature Seal.plugins.apps:start()
Type Method
Description

Starts the Spotlight app searcher

Parameters
  • None
Returns
  • None
Notes
  • This is called automatically when the plugin is loaded
Source Source/Seal.spoon/seal_apps.lua line 70
stop
Signature Seal.plugins.apps:stop()
Type Method
Description

Stops the Spotlight app searcher

Parameters
  • None
Returns
  • None
Source Source/Seal.spoon/seal_apps.lua line 90