thtauhid / terminal-portfolio

A portfolio site that looks and feels like a terminal. Built with React + Tailwind.
https://my-terminal-portfolio.vercel.app/
MIT License
28 stars 24 forks source link

Adding that clear command In available command #59

Closed Dimple-Choudhary closed 1 year ago

Dimple-Choudhary commented 1 year ago

Adding clear commands in the available command below the "contact", clear <= same as this

will you please assign me this issue under hacktoberfest'23?

thtauhid commented 1 year ago

Hi @Dimple-Choudhary The initial texts that we are showing are a bit outdated. It isn't configured to show additional commands that are available.

image This is outdated.

image This is the updated one.

Here are two things you can work on -

Let me know which one you wish to work on.

Thanks

thtauhid commented 1 year ago

Hi @RANJEETJ06 You are right. clear command is already in place. Check https://github.com/thtauhid/terminal-portfolio/issues/59#issuecomment-1742695894, we might do a bit of modification.

RANJEETJ06 commented 1 year ago

Hi @RANJEETJ06 You are right. clear command is already in place. Check #59 (comment), we might do a bit of modification.

what kind of modification required

RANJEETJ06 commented 1 year ago

do you want to display at the starting point to show that ?

Dimple-Choudhary commented 1 year ago

Yes,I can move the clear command to the bottom can you assign me this issue?

thtauhid commented 1 year ago

Yes, I can move the clear command to the bottom can you assign me this issue?

Please create a new issue, I'll assign that to you.


Join our Discord server to discuss ideas, ask questions, and collaborate with others.

thtauhid commented 1 year ago

do you want to display at the starting point to show that ?

When the app starts we show the help texts. image

This text is not in sync with the actual help texts which is- image

We need to make them the same. I hope I am able to explain.


Join our Discord server to discuss ideas, ask questions, and collaborate with others.

RANJEETJ06 commented 1 year ago

do you want to display at the starting point to show that ?

When the app starts we show the help texts. image

This text is not in sync with the actual help texts which is- image

We need to make them the same. I hope I am able to explain.

Join our Discord server to discuss ideas, ask questions, and collaborate with others.

got the point