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

🚸 Command option to directly open project #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

roblav96
Copy link
Contributor

@roblav96 roblav96 commented Nov 3, 2020

So one can directly open a project via .sublime-keymap

{ "keys": ["shift+alt+super+d"], "command": "project_manager", "args": { "project": "Dotfiles" } },

Copy link

@tukusejssirs tukusejssirs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this PR very much. When the duplicate line is removed, I think the PR could be merged. 😉

else:
sublime.status_message("'%s' project not found" % project)
elif action is None:
self.show_options()
self.show_options()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to remove the duplicate line.

@randy3k randy3k force-pushed the master branch 6 times, most recently from 7b864e8 to e16c77d Compare November 17, 2021 00:16
@pkkid
Copy link

pkkid commented Apr 15, 2022

I'd love if we fixed this up and got it merged but the time it's been open makes me think the plugin maintenance may be dead now. @randy3k, is this project still active or have you moved on?

@randy3k
Copy link
Owner

randy3k commented Apr 15, 2022

It is still alive. There's not much recent updates mainly because I think it is mature enough.

Val95240 added a commit to Val95240/ProjectManager that referenced this pull request Jun 4, 2022
Integration of the PR on Randy3k's repository (randy3k#97)
+ Modifications to specify the workspace to open
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

Successfully merging this pull request may close these issues.

None yet

4 participants