Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Apr 15, 2023
2 parents 6bcb4ed + 9fa6ae6 commit c6415a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,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={target direcotry path}&{grep prefix}(&{grep suffix}) |.. |
| `EFCBB` | editable file checkbox with exec button | {variableName}:EFCB={target direcotry path}&{grep prefix}(&{grep suffix})|{command string} |.. |
| `EFCB` | editable file checkbox | {variableName}:EFCB={target direcotry path(default: current directory)}&{grep prefix}(&{grep suffix}) |.. |
| `EFCBB` | editable file checkbox with exec button | {variableName}:EFCB={target direcotry path(default: current directory)}&{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 Down

0 comments on commit c6415a1

Please sign in to comment.