jquery.terminal icon indicating copy to clipboard operation
jquery.terminal copied to clipboard

jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands

Results 105 jquery.terminal issues
Sort by recently updated
recently updated
newest added

### 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...

Bug

# I have an idea for a new feature for jQuery Terminal ## The new documentation should include - [ ] Introduction - [ ] Bash and Linux - [...

feature
documentation

### 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...

Bug
resolved

### 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...

feature

### I have an idea for a new feature for jQuery Terminal Same as with images: ```javascript echo($('')); ```

feature
resolved

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...

feature

### 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....

feature
resolved

### 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...

low
Bug
resolved

### 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...

feature
documentation

### 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 ###...

Bug