Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"hyper-launch-menu"提示安装成功,但菜单栏不显示 #3449

Open
2 tasks done
Oneideals opened this issue Jan 30, 2019 · 1 comment
Open
2 tasks done

"hyper-launch-menu"提示安装成功,但菜单栏不显示 #3449

Oneideals opened this issue Jan 30, 2019 · 1 comment

Comments

@Oneideals
Copy link

Oneideals commented Jan 30, 2019

  • Your Hyper.app version is 2.1.1. Please verify your using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
  • Is the issue reproducible in vanilla Hyper.app?

Issue

  • Hyper version: undefined "2.1.1"

  • OS ARCH VERSION: win32 x64 10.0.17763

  • Electron: 1.8.8 LANG: undefined

  • SHELL: undefined TERM: dumb

~/.hyper.js contents
        
          {
  "updateChannel": "stable",
  "fontSize": 15,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": true,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": true,
  "defaultSSHApp": true
}
      {

"plugins": [
"hyper-search",
"hyperpower",
"shades-of-purple-hyper",
"hypercwd",
"hyper-pane",
"hyper-launch-menu"
],
"localPlugins": []
}

@eternalphane
Copy link

see https://gitlab.com/zach-geek/hyper-launch-menu#configuration

Add the otherShells key to your hyper.js with a list of shells, e.g.:

// List of other shells to add to launch menu
 otherShells: [
   {shell: "C:\\Windows\\System32\\cmd.exe", shellArgs: [], shellName: "CMD"},
   {shell: "C:\\Program Files\\Git\\bin\\bash.exe", shellArgs: ["--login"], shellName: "Git Bash"},
   {shell: "powershell.exe", shellArgs: [], shellName: "Powershell"},
   {shell: "C:\\cygwin64\\bin\\bash.exe", shellArgs: ["--login"], shellName: "Cygwin"},
   {shell: "cmd.exe", shellName: "Visual Studio", shellArgs: ["/k", "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat", "amd64"]}
 ],

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

No branches or pull requests

2 participants