You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-terminal-plus

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-terminal-plus - npm Package Versions

1

0.0.8

Diff
p
pffigueiredo
published 0.0.8 •

Changelog

Source

0.0.8 (2nd August 2023)

Added

  • Add localStorage support for commands history
p
pffigueiredo
published 0.0.7 •

Changelog

Source

0.0.7 (2nd August 2023)

Added

  • Allow copy & paste through the context menu (right click)

Changed

  • Changed copy & paste shortcuts to ctrl + c and ctrl + v respectively. Copy only works is there is text selected, else it will stop the current command & do a line break
p
pffigueiredo
published 0.0.6 •

Changelog

Source

0.0.6 (1st August 2023)

Fixes

  • Fixed a bug regarding the command history not working properly when submitting the same command twice;
  • Fixed a bug the "RESET_CARET" command, to that it also resets the current editor input

Internal

  • Replaced RTL integration tests with CCT ones
p
pffigueiredo
published 0.0.5 •

Changelog

Source

0.0.5 (30th June 2023)

Changed

  • The scrollbar styles were changed to be more according to a terminal
  • The scrollbar is only visible when the terminal is focused/hovered
p
pffigueiredo
published 0.0.4 •

Changelog

Source

0.0.4 (23rd June 2023)

Fixes

  • Don't allow two consecutive duplicated commands in the commands history
  • Reset the command history pointer on "clear" command
  • Allow the clear and cls command to be saved in commands history
p
pffigueiredo
published 0.0.3 •

Changelog

Source

0.0.3 (9th June 2023)

Fixes

  • Don't allow any commands to be executed while another command is running
  • Fix a small UI bug when doing ctrl + c with text in the buffer
p
pffigueiredo
published 0.0.2 •

Changelog

Source

0.0.2 (7th June 2023)

Internal

  • Add tooling for changelogs and releasing
p
pffigueiredo
published 0.0.1 •

Changelog

Source

0.0.1 (7th June 2023)

Added

  • ctrl + c shortcut to stop the command execution
  • Ctrl + L shortcut to to clear the terminal
  • cls command to clear the terminal

Changed

  • Shortcut to copy is now ctrl + shift + c instead of ctrl + c
  • Shortcut to paste is now ctrl + shift + v instead of ctrl + v
  • The terminal cursor no longer blinks

Internal

  • Refactored the code to rely on a reducer architecture instead of useState + useEffect

https://docs.gitlab.com/ee/development/changelog.html