feat: make all commands avaiable via cli without needing keybindings#212
Open
napisani wants to merge 3 commits intoacsandmann:mainfrom
Open
feat: make all commands avaiable via cli without needing keybindings#212napisani wants to merge 3 commits intoacsandmann:mainfrom
napisani wants to merge 3 commits intoacsandmann:mainfrom
Conversation
acsandmann
requested changes
Dec 14, 2025
Owner
acsandmann
left a comment
There was a problem hiding this comment.
thanks for the pr! it looks good just a few minor nits to keep the code nice and clean. hope you enjoy using rift
…g focus subcommands
Owner
|
looks good will merge soon! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Acsandmann,
Thank you for your hard work on rift, excited about the idea behind this project and i look forward to including this more in my developer workflow.
Hopefully this PR is helpful.
This PR makes the, most notably,
toggle-activatedaction available via the CLI. In addition, it makes all actions that are currently only accessible via configuration-based keybindings available via subcommands in the CLI. After these changes the following subcommands will be available:in my mind there are two main benefits to this
I hope these changes find you well
~Nick