lua-resty-shell
Shell executor
A non-blocking Lua library to execute shell commands in a safe and efficient manner.
tiny subprocess/shell library to use with OpenResty application server
145 stars
9 watching
41 forks
Language: Lua
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
openresty/lua-resty-shell | Provides a Lua module for executing shell commands in a non-blocking manner. | 124 |
jprjr/lua-resty-exec | Allows running external programs in Lua without spawning a shell or blocking the execution of the program | 59 |
samharju/yeet.nvim | A plugin for running shell commands in terminal buffers or tmux panes. | 96 |
openresty/lua-resty-signal | A Lua library to send signals to Linux processes. | 32 |
woothee/lua-resty-woothee | An Openresty Lua module implementing a user agent string parser for identifying web crawlers and users. | 64 |
openresty/lua-resty-core | A Lua library providing an FFI-based API to interact with the Nginx Lua module | 809 |
openresty/lua-resty-memcached-shdict | A memcached client with built-in caching and concurrency control using Lua and shared memory | 33 |
saks/lua-resty-repl | An interactive console for debugging and running Lua code in Nginx applications. | 177 |
openresty/lua-resty-shdict-simple | Provides an interface to OpenResty's shared dictionary API for storing and retrieving data in a simple and application-oriented manner. | 32 |
gavincyi/jupyterlab-executor | An extension for JupyterLab that allows users to execute scripts from the file browser | 15 |
kong/lua-resty-aws | An AWS SDK library for OpenResty written in Lua | 24 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
jamesmarlowe/lua-resty-github | A Lua library that provides a GitHub API interface for the ngx_lua Nginx module | 5 |
openresty/lua-resty-upload | Provides a streaming API for handling HTTP file uploads using Lua and ngx_lua cosocket | 406 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |