From f63cb94bb3a03d4d3cd0dfaedf0e642d27aed8da Mon Sep 17 00:00:00 2001 From: puutaro <55217593+puutaro@users.noreply.github.com> Date: Sat, 25 Mar 2023 12:38:40 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ef01472a..f325e05ca 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ At the same time, if you installed code editor, edit new file. | `CBB` | checkbox with exec button | {variableName}:CBB=value1!value2!|{command string} |.. | | `ECB` | editable checkbox | {variableName}:ECB=value1!value2!|.. | | `ECBB` | editable checkbox with exec button | {variableName}:ECB=value1!value2|{command string} |.. | - | `EFCB` | editable file checkbox | {variableName}:EFCB={grep prefix} |.. | - | `EFCBB` | editable file checkbox with exec button | {variableName}:EFCB={grep prefix}|{command string} |.. | + | `EFCB` | editable file checkbox | {variableName}:EFCB={grep prefix}(&{grep suffix}) |.. | + | `EFCBB` | editable file checkbox with exec button | {variableName}:EFCB={grep prefix}(&{grep suffix})|{command string} |.. | | `H` | password input | {variableName}:H={password ..etc} | | `RO` | read only | {variableName}:RO= | | `NUM` | increment or decrement number | {variableName}:NUM={init_value}!{min}..{max}!{step}(!{number of decimal places}) | @@ -149,6 +149,8 @@ At the same time, if you installed code editor, edit new file. | `BTN` | botton | {variableName}:BTN={{command string}} | | `FBTN` | botton | {variableName}:FBTN={{command string}} | + - In `EFCB`, `EFCBB`, {grep suffix} have `NoExtend` macro, It display no extend file list + - button option usage ex) jsf '${0}' (`jsf` execute javascript file path ex) jsf '${01}' (`jsf` execute javascript parrent directory path, `${01}` is parent dir