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 a watch command to gdrbridge #489

Open
stetso opened this issue Apr 26, 2020 · 2 comments
Open

Add a watch command to gdrbridge #489

stetso opened this issue Apr 26, 2020 · 2 comments

Comments

@stetso
Copy link

stetso commented Apr 26, 2020

I am trying to work outside if Gideros Studio but currently the flow of working with gdrbridge is a bit cumbersome: reloading is not automatic (at least on MacOS I have to run play <gproj-file> every time there is a change) and I have to manually fetch the logs with getlog regularly.

If it is not too much work to implement, I would propose to add a watch command (or similar) that does reload on change of any file that is part of the project and streams the logs to stdout automatically. Studio seems to have that functionality already but it could also be part of gdrbridge in my opinion.

@Nanoc-ice
Copy link

I to am working outside of GIderos Studio and would also like this enhancement

@hgy29
Copy link
Contributor

hgy29 commented May 7, 2020

The studio doesn't do automatically reload files, but it directly receive logs from the player.
I can't think of any way to make this 'watch' command work in a cross platform manner

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

3 participants