Skip to content
Discussion options

You must be logged in to vote

SC does not have an actual feature for displaying the terminal window. Now that I think of it, I'd actually like to have it, but I don't know how to implement it. I'd like to have some kind of toggleable setting Display console window, but I'm not sure how to implement it in Node.js's child_process.

A workaround

You can probably try this kind of ugly workaround that works in Windows:
As your shell command is hexo s, try to change it to: start powershell "-NoExit -Command hexo s"

Explanation: start powershell opens up a PowerShell terminal window. "-NoExit -Command hexo s" tells the terminal window not to close after executing the command (maybe not needed in your case, because your comman…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gavincrown
Comment options

@Taitava
Comment options

Answer selected by gavincrown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants