Cveinnt / LiveTerm

💻 Build terminal styled websites in minutes!
https://liveterm.vercel.app
MIT License
4.67k stars 504 forks source link

more terminal feature #12

Closed badcodebuilder closed 2 years ago

badcodebuilder commented 2 years ago

Will this repo support multi-line feature in future? For example:

java -Xmx1024M -Xms1024M \
    -jar minecraft_server.1.18.2.jar \
    nogui 

(Maybe this is a little complex, I am trying to add a command parser but failed😥)

Cveinnt commented 2 years ago

Thanks for the suggestion! I currently don't have any plan to add multi-line support as that might be a bit tricky to implement, and I am focused on other projects right now. But in case want to give it a try, feel free to submit a pull request!