Terence Lee
Results
2
issues of
Terence Lee
Is it possible to escape HTML code in the shell so that its actually interpreted by the browser instead of terminal? For example, I want to set a bash PS1...
backticks (`) is part of the ES2015 template string syntax https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals so need to escape (`) as well, otherwise tmux considers it a command and the template string is lost