Skip to content
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

feat: add search command #33

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

feat: add search command #33

wants to merge 16 commits into from

Conversation

benelan
Copy link
Owner

@benelan benelan commented Jul 13, 2024

Add gh fzf search command, which provides live results for gh search.

The alt-/ keybinding can be used to toggle between two search modes:

  • fzf: fuzzy find a list that was already queried from GitHub. This is
    the mode used by other commands.
  • gh: query GitHub using their search syntax and see the results in real
    time. This the default mode for gh fzf search.

The search command requires fzf version >= 0.49.0 for new environment
variables, which are used to toggle modes. Additionally, the code subcommand
requires fzf version >= 0.53.0 for multi-line support.

@benelan benelan changed the title feat!: add search command feat: add search command Jul 14, 2024
* origin/main:
  refactor(ui): use the singular form of command names
  feat(ui): display command in fzf prompt
* origin/main:
  feat(workflow): add `ctrl-y` keybinding to copy file url
  feat(workflow): add custom list formatting
* origin/main:
  chore(main): release 0.14.0 (#30)
  docs(readme): update info about upgrading
  fix(ui): pad preview columns to prevent word wrap weirdness
  fix(upgrade): skip if already on latest version (#35)
  docs(status): add command to help message
  feat: add status command, display status during incidents (#34)
* origin/main:
  refactor: remove redundant --repo flags (#36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant