lite-plugins
lite-plugins copied to clipboard
[Plugin Request] - Integrated Terminal in lite
Hi there, It would be really nice if someone can create a Integrated Terminal like VS Code.
Agreed. There's already the console plugin made by rxi. But it would be nice to customize build commands depending on the language extension or to optionally run a build file (build.bat, build.sh, ....) if chosen.
You can create build commands for each individual project by using the project module or to all projects using your personal module already. Check an example for the project module here - https://github.com/rxi/console#build-systems
Personal module is the same code but you edit your lite/data/user/init.lua file.
Also filtering by extension may be done inside the command that is being run.