Skip to content

feat(terminal): add command history navigation and persistence with localStorage Issue #35#59

Closed
poisonshell wants to merge 3 commits into
jonmbake:masterfrom
poisonshell:master
Closed

feat(terminal): add command history navigation and persistence with localStorage Issue #35#59
poisonshell wants to merge 3 commits into
jonmbake:masterfrom
poisonshell:master

Conversation

@poisonshell

Copy link
Copy Markdown
  • ArrowUp / ArrowDown keys now navigate through previously entered commands
  • Command history is saved in localStorage and restored on reload
  • Ensures terminal input feels more like a real CLI experience"

…ocalStorage

- ArrowUp / ArrowDown keys now navigate through previously entered commands
- Command history is saved in localStorage and restored on reload
- Ensures terminal input feels more like a real CLI experience

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking the time to submit a Pull Request!
Please ensure the pull request is linked to an issue by using the commit format Fixes <Issue #> - .

@poisonshell poisonshell changed the title feat(terminal): add command history navigation and persistence with localStorage feat(terminal): add command history navigation and persistence with localStorage Issue #35 Apr 24, 2025

@poisonshell poisonshell left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feat(terminal): add command history navigation and persistence with localStorage Issue #35#59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant