mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-20 14:10:13 -04:00
[PR #20] [CLOSED] windows shell module - WIP version of the module. #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/20
Author: @jnovikov
Created: 12/13/2022
Status: ❌ Closed
Base:
master← Head:shell_win📝 Commits (3)
bdf784ffix typo in the licensee641f64windows shell module - WIP version of the module.e996f6fMerge branch 'master' into shell_win📊 Changes
25 files changed (+1979 additions, -0 deletions)
View changed files
➕
shell_win/0.1.0/bmodule/main.vue(+214 -0)➕
shell_win/0.1.0/bmodule/xterm.css(+192 -0)➕
shell_win/0.1.0/bmodule/xterm.js(+1 -0)➕
shell_win/0.1.0/cmodule/args.json(+4 -0)➕
shell_win/0.1.0/cmodule/engines/acts_engine.lua(+266 -0)➕
shell_win/0.1.0/cmodule/engines/base_engine.lua(+330 -0)➕
shell_win/0.1.0/cmodule/engines/winprocess.lua(+255 -0)➕
shell_win/0.1.0/cmodule/main.lua(+75 -0)➕
shell_win/0.1.0/config/action_config_schema.json(+105 -0)➕
shell_win/0.1.0/config/changelog.json(+14 -0)➕
shell_win/0.1.0/config/config_schema.json(+6 -0)➕
shell_win/0.1.0/config/current_action_config.json(+16 -0)➕
shell_win/0.1.0/config/current_config.json(+1 -0)➕
shell_win/0.1.0/config/current_event_config.json(+39 -0)➕
shell_win/0.1.0/config/default_action_config.json(+16 -0)➕
shell_win/0.1.0/config/default_config.json(+1 -0)➕
shell_win/0.1.0/config/default_event_config.json(+39 -0)➕
shell_win/0.1.0/config/dynamic_dependencies.json(+1 -0)➕
shell_win/0.1.0/config/event_config_schema.json(+102 -0)➕
shell_win/0.1.0/config/fields_schema.json(+35 -0)...and 5 more files
📄 Description
Change introduces new shell module that allow to spawn interactive shell and provides frontend to communicate with the spawned shell. The module is not yet complete but already can be used to do simple operations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.