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

How to open Hyper in the working directory #2649

Closed
mittalyashu opened this issue Jan 30, 2018 · 3 comments
Closed

How to open Hyper in the working directory #2649

mittalyashu opened this issue Jan 30, 2018 · 3 comments

Comments

@mittalyashu
Copy link

  • [x ] I am on the latest Hyper.app version
  • [x ] I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: Windows 10
  • Hyper.app version: 1.4.8

Issue

How to open hyper in the working directory?

2018-01-30_21-21-15

@spences10
Copy link

There is a plugin for this but it has never worked for me 🙃

Take a look at awesome-hyper there may have been something added since I last checked 👍

@Stanzilla
Copy link
Collaborator

https://github.com/hharnisc/hypercwd

@mwoz123
Copy link
Contributor

mwoz123 commented Apr 26, 2022

Problem is hypercwd statically set working dir you cannot change ad hoc.

I've similar use case -> often when I'm working with File Manager (opening various folders) I want to open current viewing directory in hyper terminal.

Is there a chance to add folder parameter to open a folder:
hyper <folder_path>
or at least
hyper open <folder_path>

which will result in opening hyper window with passed as parameter folder path ?

e.g.:

  • hyper open /bin will open hyper window and at init do cd /bin ?
  • hyper open /my_very-long/path/with-many/subpaths will open hyper window and at init do cd /my_very-long/path/with-many/subpaths

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

4 participants