A completely reinvented cross-platform enthusiast-oriented Spotlight
🔍-like world-class productivity tool to optimize high-quality desktop experience and automation with excessively flexible community-driven plugin ecosystem.
See build instructions below.
One can install node
and npm
via nvm
.
nvm install 20.18.0
# build the distributable electron application
npm install
npm run build
# wake up Einstein!
dist/electron/electron
# or use system provided electron binary
# electron dist/electron/resources/app/
# See: https://wiki.archlinux.org/index.php/Electron_package_guidelines
build
: Build the distributable electron application underdist/electron
lint
: Run ESLintformat
: Run Prettier and ESLint to enforce coding stylerun
: Bundle sources and run with electronwatch
: Watch and bundle sourcesclean
: Clean up everything includingnode_modules
- support: Linux, macOS
Launch desktop applications in a snap!
- support: Linux, macOS
Plugin for pass the standard UNIX password manager.
Synopsis:
pass <filter>
pass show <filter>
- this is not enabled
See LICENSE file