From db629abf0fbd4c0735117809bc20427cf9f8f94b Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Mon, 9 Jan 2023 08:03:02 +0800 Subject: [PATCH] address bar: :! command line doc --- en/_posts/index.xml | 25 ++++++++++++------------- en/acmd/index.html | 13 ++++++++++--- en/changelog/index.html | 2 +- en/index.html | 12 ++++++------ en/index.xml | 25 ++++++++++++------------- en/links/index.html | 35 ++++++++++++++--------------------- en/sitemap.xml | 34 +++++++++++++++++----------------- index.html | 11 ++++++++++- sitemap.xml | 2 +- 9 files changed, 83 insertions(+), 76 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index b6fd3a4..15ff411 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -5,7 +5,18 @@ /en/_posts/ Recent content in _posts on uweb browser Hugo -- gohugo.io - Fri, 25 Nov 2022 00:00:00 +0000 + Sun, 08 Jan 2023 00:00:00 +0000 + + Address bar command line + /en/acmd/ + Sun, 08 Jan 2023 00:00:00 +0000 + + /en/acmd/ + ":!" command line Pressing ":" or "!" with hardware keyboard sets focus on the address bar. +The command line could be a ".js", ".sh" or other executable with arguments. Ex. ":!s g keyword" could invoke "s.js" executable with the whole string as arguments ("s.sh" or "s" if file exists, here "g" as google search engine); ":! g keyword" would invoke the file ".js" or ".sh" as executable. +For regular (non-js) executables, the standard output of the command line will be treated as lines of web urls. + + Offline resources /en/offlinecache/ @@ -48,18 +59,6 @@ Features The following mentioned subfolders locate in the configuration folder. The following html5 applications are allowed to read local files referred by "https://local/sdcard/. - - Address bar command modes - /en/acmd/ - Sat, 30 Jul 2022 00:00:00 +0000 - - /en/acmd/ - Commands are the best for repeated execution of an instruction. Address bar command modes provide ways to run different commands in the same category easily. -The configure file "default.acmd" has the exactly same format as default.cmds. Click the following links to install new modes (cold start the app to take effect, then long click the "refresh" button to switch modes): -Shell command mode -GNU bc (basic calculator) command mode (need termux for Android 10- ) - - Configuration folders/files /en/filenames/ diff --git a/en/acmd/index.html b/en/acmd/index.html index 06d7787..e203871 100644 --- a/en/acmd/index.html +++ b/en/acmd/index.html @@ -5,7 +5,7 @@ - Address bar command modes + Address bar command line