-
Notifications
You must be signed in to change notification settings - Fork 8
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
wondering if this can be integrated with hammerspoon? #9
Comments
@NyanHelsing Can you elaborate more on the workflow you want to achieve? I never used hammerspoon and I don't understand what you mean by integration. |
hammerspoon enables a bunch of automation right? so right now I have a neovim server set up and connect neovide to that neovim server. I then use hammerspoon to sen commands to that neovim server to switch sessions. I think it would be cool to have neohub integrated into a workflow like that, so that the switcher could be used to switch sessions with something that has a gui, that could be triggered by a hammerspoon binding, and subsequently switch the active session that the neovim server has active(swapping/saving buffers etc). |
i wrote a blog post about what i've set up here https://nyanhelsing.io/blog/neovide-session-hammerspoon Its got some rough edges, and i'm thinking it could be integrated with somthing like NeoHub that has a lot of similar goals to make something that people could use a little more batteries included. |
in theory it should work but it seems that neohub doesn't support the neovim commands passed by neohub $PWD/$1 --opts -- -c "echo 'hey'" all we need to do is fix this trick and then you would be able to reproduce your scripts through neohub. |
Maybe |
would love to be able to configure this from hammerspoon; i.e have hammerspoon handle the keybinding and then a lua func to launch NeoHub?
The text was updated successfully, but these errors were encountered: