Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Paths break when putting to TTY (when clicking on a file) in file explorer on Windows #811

Closed
3 of 10 tasks
rozbrajaczpoziomow opened this issue Nov 2, 2020 · 1 comment
Closed
3 of 10 tasks

Comments

@rozbrajaczpoziomow
Copy link

Technical information

Using version:

  • master (running from GitHub-published source code, currently v3.0.0-pre)
  • latest (latest release, currently v2.2.2)
  • vX.X.X (specify other version)

Running on:

  • Linux
  • Windows
  • macOS

How comfortable you are with your system and/or IT in general:

  • I'm kind of lost, honestly
  • I know what's up, I could help you run some commands or checks
  • My machine is fully under my control, tell me what you need
  • I attended Defcon last year

Problem

So when I click on a file in the file explorer (for example: Z:.ssh\autorized_keys) it puts it into my terminal, but instead of putting it like:
"Z:.ssh\autorized_keys"
it puts it like:
'Z:.sshautorized_keys'
which is just wrong. What i think is happening here it the backslashes are escaped? Also, Windows uses " not ' and with ' it doesn't work (I typed "type 'Z:.ssh\autorized_keys'" (without the ") to confirm this).

@GitSquared
Copy link
Owner

I'm sorry, this is fixed in the latest version, but it's unreleased... (related: #769).

You can try to compile from source if you want, instructions are in the readme. In the meantime i'm going to have to close this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants