This mode is main mode. Top is web terminal view, down is script name list, bottom is toolbar. Main usage is executoin script by net surfing and list

puutaro/CommandClick

submited by
Style Pass
2023-03-25 05:00:18

This mode is main mode. Top is web terminal view, down is script name list, bottom is toolbar. Main usage is executoin script by net surfing and list script clicking, other usage is maintenance script or app by longpress or toolbar.

This feature is basic and great feature in Command Click. This always allow you to select current directory and mode which used, as if you look in Android's backstack feature's history. Torigger by left bottom history button clicked. And more you look in url history by long press where you visited url (Afterward noting, switchable url history with history, or url history with button script exec)

This feature display when toolbar right setting button long pressed. Then, click add, so new script adding. At the same time, if you installed code editor, edit new file.

button option usage ex) jsf '${0}' (jsf execute javascript file path ex) jsf '${01}' (jsf execute javascript parrent directory path, ${01} is parent dir ex) ::NoJsTermOut:: jsf '${0}' (::NoJsTermOut:: disable terminal output when only javascript ex) echo ${0} (${0} is current script path ex) ::BackStack:: ls (::BackStack:: is backstack, only work when prefix when only shellscript ex) ::TermOut:: ls (::TermOut:: enable terminal output ex) top -n 1 > /dev/null (when suffix is > /dev/null or > /dev/null 2>&1, no output)

Leave a Comment
Related Posts