jquery.terminal
jquery.terminal copied to clipboard
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
### Issue summary When you invoke `term.less` multiple times and one of them has images that are executed out of order. Also press q is broken. ### Expected behavior I...
# I have an idea for a new feature for jQuery Terminal ## The new documentation should include - [ ] Introduction - [ ] Bash and Linux - [...
### Issue summary If you return a jQuery object with an image, the terminal is not paused while the image is loading. ### Expected behavior Terminal should pause ### Actual...
### I have an idea for a new feature for jQuery Terminal I'm writing this down so it will be official. I plan to rewrite the library in TypeScript and...
### I have an idea for a new feature for jQuery Terminal Same as with images: ```javascript echo($('')); ```
Hi, I'm getting some CSP warnings like ``` Refused to apply inline style because it violates the following Content Security Policy directive ``` if I include the terminal in my...
### I have an idea for a new feature for jQuery Terminal emoji.css use unpkg to serve the files and it's really slow. It should be rewritten to use jsDelivr....
### Issue summary When command have emoji up/down arrow no longer work properly ### Expected behavior Up/Down work the same as with normal multi line command ### Actual behavior Cursor...
### I have an idea for a new feature for jQuery Terminal It's popular [example on CodeSandbox](https://codesandbox.io/examples/package/jquery.terminal). It would be nice to have this tutorial. Since it's a common thing...
### Issue summary when using echo with `newline: false` finalize function is not called for final output. ### Expected behavior All finalize should be applied to output DOM node ###...