terminal-in-react

👨‍💻 A component that renders a terminal

MIT License

Downloads
3.8K
Stars
2.1K
Committers
12

Bot releases are visible (Hide)

terminal-in-react - Terminal in React Latest Release

Published by nitin42 over 5 years ago

  • Adds TypeScript types for the component 🎉 (#69 , @daniel100097 )

  • Change the default value of watchConsoleLogging to match docs 💯(#64, @rynorris)

  • Added prop closedTitle and closedMessage 👍 (#57, @Qeneke)

terminal-in-react - Plugin's Docs and Taking Control

Published by jcgertig over 6 years ago

Added Plugin docs 📜
Added the ability for plugins to take full control 🎛
Added the ability to control the prompt symbol via a plugin 📥
Added a styling attribute for just the output area text 🌈

terminal-in-react - React 16

Published by jcgertig over 6 years ago

React 16 updates
Bug fixes,
Improved tab function
move cursor to end with arrow key control
add runCommandOnActive
add commandWasRun prop
add onChange prop

terminal-in-react - Modular Styles

Published by jcgertig about 7 years ago

Modular Styles
Switch camel case lib

terminal-in-react - Tabs! And Plugin System Overhaul

Published by jcgertig about 7 years ago

🎊 Tabs have been added.
👍 Plugin system was majorly overhauled.
🔢 Added action button overrides.
💯 Bugfixes

terminal-in-react - Build Fix

Published by jcgertig over 7 years ago

Better building so can be used in more build environments

terminal-in-react - Hotkeys and plugin system extention

Published by jcgertig over 7 years ago

This adds support for hotkeys and extends the plugin system to support inter-plugin command calls

terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

Minor changes

  • Added an animation on window close and open
  • Added some comments
  • Bug fixes
terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

Major changes

  • We have developed a plugin system which helps you develop custom plugins for the <Terminal /> component.
  • Added support for multi line inputs.
  • Improved tab autocompletion.
  • Now you can hide default options in the terminal.
  • Docs updated.
  • Added tests
  • Bug fixes
terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

  • Updated webpack config to avoid warnings when minifying with UglifyJs
  • Updated package.json
terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

Added support for checking the history of commands by pressing key up and key down.

terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

New features

  • Added advance command options.
  • Now supports async handling of commands.
  • Added command pass through option.
  • Animations on resizing the terminal window.
  • Code refactored.
  • Bug fixes.
terminal-in-react - terminal-in-react

Published by nitin42 over 7 years ago

Few updates

  • Now you can minimise, maximise and close the window.
  • Added support for console logging.
  • Code refactored
  • Bug fixes