We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only one filter can be applied at a time, and adding another removes the first. Filters should be stackable like they are on GitHub.
With the scripts current design, this will likely require saving state to the filesystem, or potentially environment variables.
gh-fzf is getting too complicated for a shell script, so I'm considering a go rewrite using one of these libraries:
gh-fzf
gh fzf issue
alt-a
alt-s
The current workaround is to start gh-fzf with one of the filters, e.g.
gh fzf issue --assignee @me
The text was updated successfully, but these errors were encountered:
benelan
No branches or pull requests
Description
Only one filter can be applied at a time, and adding another removes the first. Filters should be stackable like they are on GitHub.
Acceptance Criteria
Relevant Info
With the scripts current design, this will likely require saving state to the filesystem, or potentially environment variables.
gh-fzf
is getting too complicated for a shell script, so I'm considering a go rewrite using one of these libraries:Example Use Case
gh fzf issue
alt-a
to show the issues or pull requests assigned to youalt-s
to show both open and closed issuesThe current workaround is to start gh-fzf with one of the filters, e.g.
The text was updated successfully, but these errors were encountered: