docs » Seal.plugins.filesearch

A plugin to add file search capabilities, making Seal act as a spotlight file search

API Overview

API Documentation

Variables

displayResultsTimeout
Signature Seal.plugins.filesearch.displayResultsTimeout
Type Variable
Description

Maximum time to wait before displaying the results

Notes
  • higher value might give you more results but will give a less snappy experience
Source Source/Seal.spoon/seal_filesearch.lua line 21
fileSearchPaths
Signature Seal.plugins.filesearch.fileSearchPaths
Type Variable
Description

Table containing the paths to search for files

Notes
  • You will need to authorize hammerspoon to access the folders in this list in order for this to work.
Source Source/Seal.spoon/seal_filesearch.lua line 8
maxResults
Signature Seal.plugins.filesearch.maxResults
Type Variable
Description

Maximum number of results to display

Source Source/Seal.spoon/seal_filesearch.lua line 16