Skip to content

Commit

Permalink
update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Feb 12, 2024
1 parent 5637347 commit bc80e2a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 166 deletions.
57 changes: 0 additions & 57 deletions internal/cli/embed/extension.py

This file was deleted.

56 changes: 0 additions & 56 deletions internal/cli/embed/extension.sh

This file was deleted.

46 changes: 0 additions & 46 deletions internal/cli/embed/extension.ts

This file was deleted.

27 changes: 21 additions & 6 deletions internal/cli/embed/sunbeam.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
{
"$schema": "https://raw.githubusercontent.com/pomdtr/sunbeam/main/internal/schemas/config.schema.json",
"oneliners": [
"$schema": "https://raw.githubusercontent.com/pomdtr/sunbeam/v2/internal/schemas/config.schema.json",
"root": [
{
"title": "Edit Sunbeam Config",
"extension": "std",
"command": "edit",
"params": {
"path": "~/.config/sunbeam/sunbeam.json"
},
"reload": true
},
{
"title": "Open Sunbeam Docs",
"command": "sunbeam open https://sunbeam.sh/docs",
"exit": true
"extension": "std",
"command": "open",
"params": {
"url": "https://sunbeam.sh/docs"
}
},
{
"title": "Open Sunbeam Repository",
"command": "sunbeam open https://github.com/pomdtr/sunbeam",
"exit": true
"extension": "std",
"command": "open",
"params": {
"url": "https://github.com/pomdtr/sunbeam"
}
}
]
}
2 changes: 1 addition & 1 deletion internal/schemas/action.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"title": {
"type": "string"
},
"key": {
"extension": {
"type": "string"
},
"command": {
Expand Down

0 comments on commit bc80e2a

Please sign in to comment.