bash-object icon indicating copy to clipboard operation
bash-object copied to clipboard

Manipulate heterogenous data hierarchies in Bash.

Results 5 bash-object issues
Sort by recently updated
recently updated
newest added

When the length of the array is shorter than expected. Does this already work with keys and objects?

enhancement
backburner

Don't use `declare -p` - instead use `${var@a}` or `${var@A}` on supported Bash versions This is blocked on integrating CI with relevant Bash versions

enhancement
backburner

This allows to set a value on the object hierarchy in the following conditions - if an object of the same type already exists - if an object of a...

enhancement

To increase performance

enhancement
backburner

When there is a conflict object/array/string, print the whole object, array, or string and print where in the hierarchy it is located

enhancement