Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Mar 25, 2023
2 parents f050682 + f63cb94 commit 02516e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}) |
Expand All @@ -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
Expand Down

0 comments on commit 02516e1

Please sign in to comment.