aboutsummaryrefslogtreecommitdiffstats
path: root/.lush/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* added glob function to lua APiGravatar BanceDev 2024-09-111-0/+10
* lua api functions for getting terminal width and heightGravatar BanceDev 2024-09-101-0/+5
* added support for init.lua for configuring shellGravatar BanceDev 2024-09-091-1/+4
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-081-0/+6
* added lua api functions for indexing historyGravatar BanceDev 2024-09-081-0/+7
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-081-0/+9
* added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2024-09-041-0/+17
* added exists function to lua apiGravatar BanceDev 2024-09-041-0/+5
* updated the example.lua to use new cd commandGravatar BanceDev 2024-09-031-2/+2
* added debug mode for scriptingGravatar BanceDev 2024-09-031-0/+5
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-031-2/+19
* added basic lua scriptingGravatar BanceDev 2024-09-021-0/+24
href='/lush/commit/Jenkinsfile?id=8d9b53f254f8e925b988adbd63d882b13453de99&follow=1'>CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually ↵Gravatar Andrew D. France 1-38/+25 automating the module initialization via jenkins: DEBUG VERSION: Jenkinsfile 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵Gravatar Andrew D. France 2-9/+7 the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process.