lite-plugins icon indicating copy to clipboard operation
lite-plugins copied to clipboard

[Plugin Request] - Integrated Terminal in lite

Open xvishaldongre opened this issue 4 years ago • 3 comments

Hi there, It would be really nice if someone can create a Integrated Terminal like VS Code.

xvishaldongre avatar May 27 '21 13:05 xvishaldongre

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.

benstigsen avatar May 27 '21 13:05 benstigsen

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.

drmargarido avatar Sep 03 '21 15:09 drmargarido

Also filtering by extension may be done inside the command that is being run.

drmargarido avatar Sep 03 '21 15:09 drmargarido