z-run
z-run copied to clipboard
z-run -- scripting library lightweight Go-based tool
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...
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; *...
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...
At the moment `##&&== z-run ...` seems not to be treated like a comment.