CommandClick
's pre-reserved system setting variables to enable edit by gui
If set, in edit, display secondly.
- editExecute
- scriptFileName
- terminalSizeType
- terminalOutputMode
- onAutoExec
- onUpdateLastModify
- historySwitch
- onAdBlock
- onUrlHistoryRegister
- onUrlLaunchMacro
- onTermBackendWhenStart
- onTermVisibleWhenKeyboard
- onTermShortWhenLoad
- disableShowToolbarWhenHighlight
- defaultMonitorFile
- execJsOrHtmlPath
- overrideItemClickExec
- setReplaceVariables
- setVariableTypes
- hideSettingVariables
- ignoreHistoryPaths
- homeScriptUrlsPath
- homeFannelsPath
- srcImageAnchorLongPressMenuFilePath
- srcAnchorLongPressMenuFilePath
- imageLongPressMenuFilePath
- playButtonConfig
- editButtonConfig
- settingButtonConfig
- extraButtonConfig
- editBoxTitleConfig
- importDisableValList
- noScrollSaveUrls
- terminalFontZoom
- terminalFontColor
- terminalColor
- ubuntuSleepDelayMinInScreenOff
- onRootfsSdCardSave
- ubuntuAutoSetup
- passCmdVariableEdit
- urlHistoryOrButtonExec
- terminalDo
- settingImport
- importDisableValList
- onLaunchUrlHistoryByBackstack
Edit and Execute on click play button.
Particularly, ALWAYS
is most used value in order to standalone app.
Value | Description |
---|---|
NO |
only edit (default) |
ALWAYS |
always edit -> execute |
Enable rename script file name
Decide web terminal view size;
Value | Description |
---|---|
OFF |
no sizing (default) |
LONG |
long size |
SHORT |
short size |
Switch mode to output script result
Value | Description |
---|---|
NORMAL |
Normal terminal output (default) |
REFLASH |
Before terminal output, screen resflesh |
REFLASH_AND_FIRST_ROW |
Before terminal output, screen resflesh and focus first row |
DEBUG |
stdr + stderr |
NO |
no output (bacground exec) |
Auto exec js script on startup
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
Switch updating file last modified status when executing
Value | Description |
---|---|
ON |
on (default) |
OFF |
off |
Switch app history with url history
Value | Description |
---|---|
ON |
on |
OFF |
off (default) |
Switch adBlock
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
INHERIT |
inherit config setting |
Switch url history update
Value | Description |
---|---|
ON |
on (default) |
OFF |
off |
Url launch macro (When set, cmdclick web terminal don't output)
Value | Description |
---|---|
RECENT |
Recent use url launch |
FREAQUENCY |
Most use url launch |
OFF |
No launch |
{js file path} |
js script path |
Switch display terminal backend when start
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
Inherit |
Inherit config setting |
Switch terminal visible when keyboard open
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
Inherit |
Inherit config setting |
Switch terminal sizging short when load url
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
Inherit |
Inherit config setting |
Switch disable to show toolbar when highlight text in webview
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |
Select default monitor file for screen
Value | Description |
---|---|
term_[1-4] |
term type |
Execute javascript or html file path
This variable definite constant variable.
You also have multiple specifing this.
-> detail
- ex
setReplaceVariables="{replaceVariablle1}={repalce string1}
or
setReplaceVariables="file://{file path}"
Override js executor to itemClick.js
when click in ListIndex
This variable is controller in MVVM or MVC architecture
When edit, set variable type to cmd variables.
You also have multiple specifying this.
-> detail
Specified setting variables you want to hidden when edit (hidden variable in default)
- ex
hideSettingVariables="setVariableTypes,editExecute,..."
hideSettingVariables="ignoreHistoryPaths,..."
or
hideSettingVariables="file://{file path}
-> detail |
Ignore history path like grep -v
-> detail
- ex
ignoreHistoryPaths="..."
or
ignoreHistoryPaths="file://{file path}
Put fannel
always bottom in url history
Specified fannel
to put always bottom in app history
Specified fannel
name in current app dir to set menu for src image anchor long press
Specified fannel
name in current app dir to set menu for src image anchor long press
Specified fannel
name in current app dir to set menu for src image anchor long press
List index setting config
- ex
/// SETTING_SECTION_START
listIndexConfig="type=normal,..."
/// SETTING_SECTION_END
- file prefix ex
/// SETTING_SECTION_START
listIndexConfig="file://{list index config path}
/// SETTING_SECTION_END
Qr logo setting config
- ex
/// SETTING_SECTION_START
qrDialogConfig="mode=normal,..."
/// SETTING_SECTION_END
- file prefix ex
/// SETTING_SECTION_START
qrDialogConfig="file://{qr dialog config path}
/// SETTING_SECTION_END
Set play or ok button config
- ex
/// SETTING_SECTION_START
playButtonConfig="icon=play,click=OK..."
/// SETTING_SECTION_END
- file prefix ex
/// SETTING_SECTION_START
playButtonConfig="file://{play button config path}
/// SETTING_SECTION_END
Set edit button config
- ex
/// SETTING_SECTION_START
editButtonConfig="icon=edit,click=EDIT..."
/// SETTING_SECTION_END
- file prefix ex
/// SETTING_SECTION_START
editButtonConfig="file://{edit button config path}
/// SETTING_SECTION_END
Set setting button config
- ex
/// SETTING_SECTION_START
settingButtonConfig="icon=setting,click=MENU..."
/// SETTING_SECTION_END
- file prefix ex
/// SETTING_SECTION_START
settingButtonConfig="file://{setting button config path}
/// SETTING_SECTION_END
Set extra button config
- ex
/// SETTING_SECTION_START
extraButtonConfig="icon=setup,click=MENU..."
/// SETTING_SECTION_END
- file prefix ex
extraButtonConfig="file://{extra button config path}
/// SETTING_SECTION_END
Manage fannel title
Manage fannel state
Ignore scroll yPosition site domain saved
Adjust terminal font size (percentage)
Adjust terminal font color
Adjust terminal background color
Ubuntu Sleep delay minutes in screen off, Config only value.
-> ubuntuSleepDelayMinInScreenOff
Ubuntu backup rootfs save switch for sd card
- ref: Backup ubuntu rootfs
Enable auto setup when ubuntu start
- If you
onRootfsSdCardSave
isON
, available only when an SD card is inserted - ref: Ubuntu Setup
Switch pass edit for cmd variables
ON
: pass cmd variable edit
Switch url history or button script exec
Value | Description |
---|---|
INHERIT |
Inherit config setting |
URL_HISTORY |
Switch url history |
BUTTON_EXEC |
Switch url button script exec |
Before run shellscript, run command
After run shellscript, run command
Where to display script result
Value | Description |
---|---|
ON |
In web terminal view |
Termux |
In termux (only shell) |
OFF |
backgrond exec (only shell) |
Import setting variable from js file
- Set js file full paths by comma separated or multiple specify this variable
- This is second priority
- src con
/// SETTING_SECTION_START
settingImport=`${IMPORT_PATH}`
importDisableValList="hideSettingVariables"
terminalDo="OFF"
setVariableTypes=`file://${setVariableTypesForTable}`
qrDialogConfig=`file://${cmdYoutuberTableQrDialogConfigPath}`
listIndexConfig=`file://${cmdYoutuberTableListIndexConfigPath}`
settingButtonConfig=`file://${cmdYoutuberTableSettingBtnConfigPath}`
hideSettingVariables="manager,playBtns"
hideSettingVariables=`file://${configHidValPath}`
/// SETTING_SECTION_END
-${IMPORT_PATH}
con
/// SETTING_SECTION_START
editExecute="ALWAYS"
onUpdateLastModify="ON"
onAdBlock="OFF"
playButtonConfig="visible=OFF,disable=ON,color=gray,icon=play"
editButtonConfig="visible=OFF,disable=ON,color=gray,icon=list"
settingButtonConfig=`file://${cmdYoutuberSettingButtonConfigPath}`
fannelStateConfig=`file://`
setReplaceVariables="file://"
hideSettingVariables="file://"
srcImageAnchorLongPressJsPath=`${cmdYoutuberLongPressAction}`
srcAnchorLongPressJsPath=`${cmdYoutuberLongPressAction}`
/// SETTING_SECTION_END
- src con side
importDisableValList
terminalDo
setVariableTypes
qrDialogConfig
listIndexConfig
settingButtonConfig
hideSettingVariables
hideSettingVariables
- import path con side
editExecute
onUpdateLastModify
onAdBlock
playButtonConfig
editButtonConfig
settingButtonConfig <- second setting contents
fannelStateConfig
setReplaceVariables
hideSettingVariables <- second setting contents
srcImageAnchorLongPressJsPath
srcAnchorLongPressJsPath
setReplaceVariables
import is forced. This is override src con.- Override
settingButtonConfig
andhideSettingVariables
(inner config con import is depend on setting import for config)
settingImport
cancel
- Set
setting variable name
by comma separated or multiple specify this variable
Switch to launch url history when bottom fragment is long on http url -> monitor uri (file://monitor_path)
Value | Description |
---|---|
OFF |
off (default) |
ON |
on |