We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I sometimes run several cmd windows running http-server. I want to be able to distinguish those easily.
It would be useful if the title included the used port, something like "http-server 8081" instead of juset "http-server".
Event more useful would be if I could add something after that. For example with a switch
http-server -p 8081 -t "my title"
could give the title "http-server 8081 my title".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the problem this feature will solve?
I sometimes run several cmd windows running http-server.
I want to be able to distinguish those easily.
Describe the solution you'd like
It would be useful if the title included the used port, something like "http-server 8081"
instead of juset "http-server".
Event more useful would be if I could add something after that.
For example with a switch
could give the title "http-server 8081 my title".
The text was updated successfully, but these errors were encountered: