This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"summon bookmarks [add URL [TITLE]]",
|
||||
"summon about [summon|bookmarks|history|cookies|net|blank]"
|
||||
],
|
||||
"description": "Text web browser for Bare OS. On a TTY, opens a full-screen ctx.tui session (cell buffer). Without a TTY, dump/links/get print laid-out text, numbered links, or raw source. JavaScript is off. HTTP(S) uses ctx.httpFetch and the same allow/deny lists as curl/wget. Config, cookies, and bookmarks live in ~/.summon/.",
|
||||
"description": "Text web browser for Bare OS. On a TTY, opens a full-screen ctx.tui session (cell buffer). Page JS runs in Bare VM (ctx.bare.bareVm) when available. Without a TTY, dump/links/get print laid-out text, numbered links, or raw source. HTTP(S) uses ctx.httpFetch and the same allow/deny lists as curl/wget. Config, cookies, and bookmarks live in ~/.summon/.",
|
||||
"options": [
|
||||
{
|
||||
"flag": "--json",
|
||||
@@ -23,6 +23,14 @@
|
||||
{
|
||||
"flag": "--cols N",
|
||||
"meaning": "Wrap width for dump/layout (default 80)."
|
||||
},
|
||||
{
|
||||
"flag": "--js",
|
||||
"meaning": "Run page JavaScript (default)."
|
||||
},
|
||||
{
|
||||
"flag": "--no-js",
|
||||
"meaning": "Do not execute page scripts."
|
||||
}
|
||||
],
|
||||
"environment": [
|
||||
@@ -35,5 +43,5 @@
|
||||
"~/.summon/bookmarks.json"
|
||||
],
|
||||
"keywords": ["summon", "browser", "html", "tui", "http"],
|
||||
"bareOsNotes": "First-party HTML/CSS engine (not Chromium). JS is not executed. Optional later host renderer is not required for v1."
|
||||
"bareOsNotes": "First-party HTML/CSS engine (not Chromium). Page JS uses ctx.bare.bareVm (bare-vm / bare-realm) or a strict Function sandbox. Disable with --no-js or J."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user