Skip to content

Commit

Permalink
Add keyword as user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Nov 2, 2022
1 parent ac67b70 commit 7d4b298
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<key>escaping</key>
<integer>102</integer>
<key>keyword</key>
<string>!</string>
<string>{var:keyword}</string>
<key>queuedelaycustom</key>
<integer>3</integer>
<key>queuedelayimmediatelyinitially</key>
Expand All @@ -77,7 +77,7 @@
<key>queuemode</key>
<integer>2</integer>
<key>runningsubtext</key>
<string></string>
<string>Generating values...</string>
<key>script</key>
<string>/usr/bin/python3 ./dist/main.py $@</string>
<key>scriptargtype</key>
Expand Down Expand Up @@ -121,7 +121,29 @@
</dict>
</dict>
<key>userconfigurationconfig</key>
<array/>
<array>
<dict>
<key>config</key>
<dict>
<key>default</key>
<string>!</string>
<key>placeholder</key>
<string></string>
<key>required</key>
<true/>
<key>trim</key>
<true/>
</dict>
<key>description</key>
<string>Keyword to generate random values for different data types.</string>
<key>label</key>
<string>Randomer Keyword</string>
<key>type</key>
<string>textfield</string>
<key>variable</key>
<string>keyword</string>
</dict>
</array>
<key>version</key>
<string>1.5.0</string>
<key>webaddress</key>
Expand Down

0 comments on commit 7d4b298

Please sign in to comment.