A Logseq plugin that lets you run shell code blocks directly from your notes. Write a code block, right-click the bullet, and create a child execution node with a run button and live terminal output.
. ├── .run/ Predefined Run/Debug Configurations ├── build/ Output build directory ├── gradle │ ├── wrapper/ Gradle Wrapper ├── src Plugin sources │ ├── main │ │ ├── kotlin/ Kotlin production sources │ ...