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

Add run-command similar to compile / run-test #489

Closed
mattiasb opened this issue Oct 27, 2014 · 1 comment
Closed

Add run-command similar to compile / run-test #489

mattiasb opened this issue Oct 27, 2014 · 1 comment

Comments

@mattiasb
Copy link
Contributor

In projectile there are keybindings for compile (C-c p c) and run-test (C-c p P).

For some projects it makes sense to have a default run-command that would execute the main compilation artifact of the project (as an async-shell-command I guess).

I don't know really how this should be implemented. Maybe the support code for different projects should just add a default run command to the history of async-shell-command (if that's even possible) or a dedicated run-command should be added to projectile.

I hope this makes sense. :)

Thanks for an awesome project!

@mattiasb
Copy link
Contributor Author

Cool!

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

1 participant