mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-03 21:59:58 +01:00
5b38448733
* add initial runbooks frontend * fix buttons, scroll, add shell support to editor * work * some tweaks * wip - run crate * functioning executable blocks * handle resizing, killing ptys * clear properly on stop * move terminal to its own component, handle lifecycle better * fix all build issues * ffs codespelll * update lockfile * clippy is needy once more * only build pty stuff on mac/linux * vendor pty handling into desktop * update lockfile
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"identifier": "migrated",
|
|
"description": "permissions that were migrated from v1",
|
|
"context": "local",
|
|
"windows": ["main"],
|
|
"permissions": [
|
|
"path:default",
|
|
"event:default",
|
|
"window:default",
|
|
"app:default",
|
|
"resources:default",
|
|
"menu:default",
|
|
"tray:default",
|
|
"shell:allow-open",
|
|
"sql:allow-load",
|
|
"sql:allow-execute",
|
|
"sql:allow-select",
|
|
{
|
|
"identifier": "http:default",
|
|
"allow": ["https://api.atuin.sh/*"]
|
|
}
|
|
],
|
|
"platforms": ["linux", "macOS", "windows"]
|
|
}
|