react-terminal icon indicating copy to clipboard operation
react-terminal copied to clipboard

🚀 React component that renders a Terminal 🖥

Results 44 react-terminal issues
Sort by recently updated
recently updated
newest added

## Changes To insure compatibility with React 18 (both in development and production), this PR: - Removes Enzyme libraries and use directly `react-test-renderer` (updated) - Jest has been updated to...

It adds a text input that blocks the correct usage. ![image](https://user-images.githubusercontent.com/1269911/156353490-3037fb3e-f0fd-431a-b2f7-086f18667ba4.png) https://github.com/pacocoursey/next-themes To re-create the bug create a next.js project with `next-themes` and wrap like so: ``` import { ThemeProvider...

Is it possible to run commands or just print things to the terminal without actually typing in a command? At the moment the following code runs (console.log works), but just...

Styling error messages as a prop on `` like this `errorMessage={Command not found}`, looks fine on client side, just throws ```Warning: Failed prop type: Invalid prop `errorMessage` of type `object`...

Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0. Release notes Sourced from eslint's releases. v8.26.0 Features 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa) 28d1902 feat: no-implicit-globals supports exported block comment...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.1.2 to 29.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.1.2&new-version=29.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When attempting to paste using Firefox the error `TypeError: navigator.clipboard.readText is not a function` appears and the paste does not succeed. Based on https://stackoverflow.com/questions/67440036/navigator-clipboard-readtext-is-not-working-in-firefox it looks like Firefox requires a...

Wonder if it is currently possible for additional user prompts. For example, take the following interaction: ``` >>> create-resource Name of resource? hello-world How big is the resource (1-5)?: 4...

is it possible to add autocomplete and custom styles?