arvis-core
v0.19.2
Published
Core module of Arvis
Downloads
1,138
Maintainers
Readme
arvis-core
Arvis module.
This library aims to handle logics separated from rendering specific logic.
You can find more detailed documentation on above page.
Build and development
$ npm i && npm run build
Config file pathes used by arvis-core
Note that arvis-core-nodejs
string are replaced with arvis-nodejs
in arvis
.
arvis-history
The arvis history log the action logs and query logs in the path below.
- Linux:
~/.config/arvis-core-nodejs
(or$XDG_CONFIG_HOME/arvis-core-nodejs
) - macOS:
~/Library/Preferences/arvis-core-nodejs
- Windows:
%APPDATA%\arvis-core-nodejs\Config
(for example,C:\Users\USERNAME\AppData\Roaming\arvis-core-nodejs\Config
)
Installed workflow, plugin file paths
The storage path for all installed extension files is stored in the data
path of the env-paths.
(including extension's data, cache files)
- on Linux:
~/.local/share/arvis-core-nodejs
(or$XDG_DATA_HOME/arvis-core-nodejs
) - on macOS:
~/Library/Application Support/arvis-core-nodejs
- on Windows:
%LOCALAPPDATA%\arvis-core-nodejs\Data
(for example,C:\Users\USERNAME\AppData\Local\arvis-core-nodejs\Data
)
Related
arvis - Arvis main repository
arvis-extension-validator - Arvis extension's JSON schema, cli and library to validate these.
alfred-to-arvis - Help to convert alfred 4 workflow's info.plist to arvis-workflow.json