-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 Request] Commandline API #212
Comments
Looks like I need to document this somewhere other than in the program! Do these cli interfaces work for your usecase? |
Yes, it would. Is this implemented in the windows version? I tried it and it simply ignores any arguments. |
It is in the Windows version yes, though you can't see the help text like I showed there because Windows doesn't show CLI output. Did you try
I ran this, switched to Notepad, and after the 5 second delay it suspended it. Ran again and Notepad resumed. Can also be set as a custom shortcut with a hotkey. Though I am curious, does something about Nyrna's built-in hotkey not work for you that you'd prefer a CLI interface? |
Indeed it works! Thank you! Nothing wrong with the hotkey feature. I'm building a set of abstractions over my desktop enviroment. I want to have all apps, no matter how heavy, always open and then automatically hide them according to the task I'm focusing on. So I will be using this as dependency rather than directly. I will be sure to reference this repo in the Info page. :) Again Merrit, thank you. |
Glad to hear it is working for you! 🎉 Enjoy 😁 |
New website repository: https://github.com/Merrit/nyrna-website Resolves #212
I rebuilt the Nyrna website with better docs, and documented this here: |
Just found this awesome app! Thank you! I haven't seen any tool like this, and this is even cross platform!
How hard would I be to have a headless version of nyrna?
It could be something as simple as
nyrna.exe freeze PID
ornyrna.exe resume PID
?The text was updated successfully, but these errors were encountered: