-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature: Add flag to run one command and exit right away #9
Comments
Just to make sure I get it straight. You man instead of: $ itunes-remote
iTunes: play
Hold on …
✔ Playing ♪♬
iTunes: exit --force
$ Something like: $ itunes-remote
iTunes: play --exit
Hold on …
✔ Playing ♪♬
$ This is definitely a reasonable use case 👌 |
Exactly 👍 |
Additionally:
But I assume that providing I WILL SUBMIT A PR TODAY FOR THIS. And immediately |
@al-the-x Ideally it would work for play, stop, pause, next, previous and back |
Would also like to see this :) |
would be great ! |
Implemented for the following commands: Example usage from the interactive mode:
Example usage from outside:
|
Published with 2.3.0 🎉 |
It would be nice to have a flag when running itunes-remote to tell it to just perform the specified command and exit, say if you just want to quickly pause or stop playback.
The text was updated successfully, but these errors were encountered: