Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Execute shell commands #26

Closed
lwis opened this issue Jun 11, 2015 · 8 comments
Closed

Execute shell commands #26

lwis opened this issue Jun 11, 2015 · 8 comments
Assignees
Milestone

Comments

@lwis
Copy link

lwis commented Jun 11, 2015

Instead of callbacks, would it be possible to execute commands with the project as the working directory?

@cakecatz
Copy link
Owner

@lwis It is possible, but can't use it on current package 😔
Actually, I implemented it on my local.
If you want to use, I release it on next version 😉

@lwis
Copy link
Author

lwis commented Jun 12, 2015

Please, and thank you! 😄

@cakecatz cakecatz self-assigned this Jul 11, 2015
@cakecatz cakecatz modified the milestone: 0.6 Sep 2, 2015
@jerone
Copy link
Collaborator

jerone commented Feb 20, 2016

@lwis or @cakecatz Can you give an example of shell commands?

@mateosss
Copy link

Oh please I really need this feature.

@vladshcherbin
Copy link

+1

@mateosss
Copy link

mateosss commented Jun 6, 2016

I found a workaround. With atom-build https://atom.io/packages/build
You can configure a custom build command to execute when you hit a button on the flex toolbar.

@UziTech
Copy link
Collaborator

UziTech commented Jan 16, 2018

I am doing this by using terminal-commands to create commands for a button.

@UziTech
Copy link
Collaborator

UziTech commented Jan 16, 2018

I am going to close this as it is out of the scope of this project to display any sort of output from a shell command.

You can accomplish this by using terminal-commands to create commands for the command palette , then using those commands as the callback of a button.

You can also use a function button to call your own commands.

@UziTech UziTech closed this as completed Jan 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants