From 36012141dd593b5fb0a6f776f46c15d573c0d075 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sat, 14 Jan 2023 17:19:47 +0800 Subject: [PATCH] address bar: support ! command line --- en/_posts/index.xml | 5 ++--- en/acmd/index.html | 2 +- en/changelog/index.html | 2 +- en/index.xml | 7 +++---- en/topposts/index.xml | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 580ae87..d81730a 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -12,9 +12,8 @@ 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 could be treated as lines of urls (or html, plain text). + ":!" ( or "!") 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. diff --git a/en/acmd/index.html b/en/acmd/index.html index a9a2098..a44bb26 100644 --- a/en/acmd/index.html +++ b/en/acmd/index.html @@ -43,7 +43,7 @@ -

":!" command line

+

":!" ( or "!") 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 could be treated as lines of urls (or html, plain text).

diff --git a/en/changelog/index.html b/en/changelog/index.html index 949720a..492bad3 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -49,7 +49,7 @@

pagure

sourceforge

Change logs

-

954: Address bar: ":!" for command line support (.js/.sh files as executables).
+

955: Address bar: ":!" or "!" for command line support (.js/.sh files as executables).
953: hardware keyboard: ":", "!" to set focus on address bar
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size
946: Option "use offline cache" to support serverless local websites.

diff --git a/en/index.xml b/en/index.xml index d0f13aa..d471d2d 100644 --- a/en/index.xml +++ b/en/index.xml @@ -12,9 +12,8 @@ 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 could be treated as lines of urls (or html, plain text). + ":!" ( or "!") 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.
@@ -70,7 +69,7 @@ uweb, termux & history versions github pagure sourceforge -Change logs 954: Address bar: ":!" for command line support (.js/.sh files as executables). +Change logs 955: Address bar: ":!" or "!" for command line support (.js/.sh files as executables). 953: hardware keyboard: ":", "!" to set focus on address bar 949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size 946: Option "use offline cache" to support serverless local websites. diff --git a/en/topposts/index.xml b/en/topposts/index.xml index 2f4ed9e..366d4dc 100644 --- a/en/topposts/index.xml +++ b/en/topposts/index.xml @@ -17,7 +17,7 @@ uweb, termux & history versions github pagure sourceforge -Change logs 954: Address bar: ":!" for command line support (.js/.sh files as executables). +Change logs 955: Address bar: ":!" or "!" for command line support (.js/.sh files as executables). 953: hardware keyboard: ":", "!" to set focus on address bar 949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size 946: Option "use offline cache" to support serverless local websites.