Skip to content

Drag a folder into it on mac gives quotes and duplicate string #8096

@theproj3ct

Description

@theproj3ct
  • Your Hyper.app version is 3.4.1. Please verify you're 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+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
  • Is the issue reproducible in vanilla Hyper.app?

Issue

if you drag a folder on mac into window it pastes twice with quotes

Image


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: darwin arm64 24.4.0
  • Electron: 20.3.6 LANG: undefined
  • SHELL: /bin/zsh TERM: undefined
.hyper.js contents
{
  "opacity": 0.9,
  "updateChannel": "stable",
  "fontSize": 16,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "bold",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "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": "/bin/zsh",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true
}
plugins
{
  "plugins": [
    "hypercwd",
    "hyper-alt-click",
    "hyperterm-safepaste",
    "hyper-search",
    "hypergoogle",
    "hyperborder",
    "hyper-tab-icons",
    "hyper-hide-title",
    "shades-of-purple-hyper",
    "hyper-material-theme",
    "hyperpower",
    "hyper-opacity",
    "hyper-drop-file"
  ],
  "localPlugins": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions