skUtilities icon indicating copy to clipboard operation
skUtilities copied to clipboard

Suggestion: Add/Remove Changers for YAML Value Expressions

Open Blueyescat opened this issue 7 years ago • 5 comments

Add/Remove changers for YAML expressions. If the yaml value isn't an integer or a number, it should send 1 line error to console.

Examples:

set yaml value "test" from "test.yml" to 10

add 1 to yaml value "test" from "test.yml"
add 5.3 from yaml value "test" from "test.yml"```

Blueyescat avatar Aug 28 '17 22:08 Blueyescat

Ill look into this

tim740 avatar Aug 29 '17 14:08 tim740

1-upping this, would be very useful/save tons of lines of code

maybe something like this kinda execution would make it easier to implement, if at all: set yaml value "value" of file "file" to (%yaml value% + 123) Where "%yaml value% " would reference the previous expression

jaylawl avatar Sep 03 '17 03:09 jaylawl

Work will be much faster if people are willing to help out

tim740 avatar Sep 24 '17 18:09 tim740

@tim740 i'd love to volumteer, but my skills are limited. best i could offer is beta-testing ... if that's of any use to you

jaylawl avatar Sep 24 '17 19:09 jaylawl

hope can release this useful setting

khlfkk avatar Nov 02 '17 00:11 khlfkk