TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

[Req]: History Command #106

Closed TechSpiritSS closed 1 year ago

TechSpiritSS commented 1 year ago

Contact Details

techspiritss@duck.com

Explain the proposed feature

This will allows users to view a record of previously executed commands. This feature can be particularly useful for users who need to refer back to past commands or who want to see a record of their activity within the terminal

Explain the possible use cases for the feature

Any other details you would like to provide?

No response

BhagatHarsh commented 1 year ago

I would like to work on this issue but need some clarification on this. are we supposed to save the history just like the theme of the website or just show all the commands performed before, means after the website is closed should the history be saved or deleted. And any other features like command count of each command (using flags).

TechSpiritSS commented 1 year ago

History of the commands given, and it is further stored in the local storage as well.

Upon giving history command, it'll show the list of all the commands performed in the same order. Arrow Up function is already using similar thing.

BhagatHarsh commented 1 year ago

that makes sense, please assign this to me.