vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.47k stars 3.53k forks source link

How to clear terminal after you've already exited - Windows PC #6734

Open hfake1217 opened 2 years ago

hfake1217 commented 2 years ago

Issue

I've downloaded and used Hyper to complete my 2022 Web Development course through Udemy, however after completing a module I forgot to quit or "clear" the terminal after using MongoDB so the next time I opened up my Hyper terminal, I tried to "cd web development" and I type in "cd we" and hit "tab" to let it finish the rest automatically as it usually does and it does nothing. I even typed in "cd web development" and it still does nothing. I've looked in the Q&A on the Udemy course, googled how to clear your terminal after you've already exited, etc. This is a Windows PC and I cannot find an answer. I've just redownloaded to the latest version and still nothing.


{
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorShape": "BLOCK",
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "C:\\Program Files\\Git\\git-cmd.exe",
  "shellArgs": [
    "--command=usr/bin/bash.exe",
    "-l",
    "-i"
  ],
  "env": {
    "TERM": "cygwin"
  },
  "bell": "SOUND",
  "copyOnSelect": false
}

plugins ```json { "plugins": [], "localPlugins": [] } ```
drewgonzales360 commented 2 years ago

This isn't a Hyper issue. It's likely that when you re-opened your Hyper terminal, it brought you to a new directory. The directory you're looking for is probably somewhere else in your computer.