vue-command icon indicating copy to clipboard operation
vue-command copied to clipboard

A fully working, most feature-rich Vue.js terminal emulator. Now with Vue.js 3 support!

Results 69 vue-command issues
Sort by recently updated
recently updated
newest added

Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) from 4.5.12 to 4.5.15. Release notes Sourced from @​vue/cli-service's releases. v4.5.15 Bug Fixes fix: set .mjs file type to javascript/auto [15b1e1b] This change allows an .mjs file to...

dependencies

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.2.0 to 7.2.3. Release notes Sourced from @​semantic-release/github's releases. v7.2.3 7.2.3 (2021-05-07) Bug Fixes improve text in comment (#367) (0aa2ba1) v7.2.2 7.2.2 (2021-05-04) Bug Fixes deps: update...

dependencies

Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.2 to 5.0.0. Commits 620b262 5.0.0 5cc2095 4.1.0 bc9eb5c Merge pull request #33 from brettz9/meta-type b9efd40 Delete .editorconfig b173b3c Update README.md 8d0b08f standard 42f0368 package metadata dce1c80...

dependencies

Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 7.0.10 to 7.1.3. Release notes Sourced from @​semantic-release/npm's releases. v7.1.3 7.1.3 (2021-05-04) Bug Fixes use NPM_CONFIG_USERCONFIG in get-registry to match auth (#362) (13200ca) v7.1.2 7.1.2 (2021-05-04) Bug...

dependencies

If I have an endpoint using SSE (Server-Sent Events) can I put that outout onto vue-command? An example would be much appreciated.

question

Will consider adding this feature?

enhancement
good first issue

Thanks for the awesome project, I really like it! How would I go about using this with a TTY? (like attaching it to a container's tty) Another question I have...

question

Stripped down example: ``` vinnybod > delete thing Are you sure you want to delete 'thing'? y/N n # exits y # continues to process command ``` I didn't see...

question

Hi, Thank you for the hard work on this library! I can't manage to update the prompt property from a custom command component. Maybe it's a misuse on my side....