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(ui)!: support auto-resizing preview window by results length #31

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

Commits on Jul 13, 2024

  1. feat(ui)!: support auto-resizing preview window by results length

    - Add `alt-_` keybinding, which moves the preview window to the bottom
      and enables auto-resizing based on the list item count
    - Add `alt-|` keybinding, which switches back to the default preview
      window on the right with no auto-resizing
    - The preview window settings do not override a user's FZF_DEFAULT_OPTS
      configuration
    
    BREAKING CHANGE: Requires fzf version >= 0.45.0 for the transform action
    ref: https://github.com/junegunn/fzf/releases/tag/0.45.0
    benelan committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5c11cad View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge remote-tracking branch 'origin/main' into auto-resize-preview

    * 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)
      feat(workflow): add `ctrl-y` keybinding to copy file url
      feat(workflow): add custom list formatting
      refactor(ui): use the singular form of command names
      feat(ui): display command in fzf prompt
    benelan committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2bc5033 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge remote-tracking branch 'origin/main' into auto-resize-preview

    * origin/main:
      refactor: remove redundant --repo flags (#36)
    benelan committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    343c402 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Merge remote-tracking branch 'origin/main' into auto-resize-preview

    * origin/main:
      feat(pr): make draft pull request numbers gray
      chore: remove codeowners to reduce notifications
      chore(main): release 0.14.1 (#40)
      fix: add manual /dev/tty redirection for older fzf versions (#39)
    benelan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    de09db4 View commit details
    Browse the repository at this point in the history