z-run icon indicating copy to clipboard operation
z-run copied to clipboard

z-run -- scripting library lightweight Go-based tool

Results 18 z-run issues
Sort by recently updated
recently updated
newest added

At the moment scripts are passed to the interpreter as a `/dev/fd/{N}` path, with the descriptor being a pipe if the script is less than 1MiB, or a temporary file...

deferred
feature

At the moment menu items are labeled as the pointed-to scriptlet labels. Add support for custom labels: * both at scriptlet level to be used in any containing menu; *...

deferred
feature

At the moment compiled scriptlets libraries are stored in CDB with the body of the scriptlets uncompressed. (Also for the SSH feature they are also transmitted over the network without...

deferred
feature

At the moment `##&&== z-run ...` seems not to be treated like a comment.

defect