Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: benelan/gh-fzf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: benelan/gh-fzf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 7, 2024

  1. feat: add workflow command (#13)

    Add a command for finding and viewing Github Action workflows.
    
      For more info, see `gh workflow list --help` and the readme:
      https://github.com/benelan/gh-fzf#workflow
    benelan authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    09e402b View commit details
    Browse the repository at this point in the history
  2. feat: add label command (#15)

    Add a command for finding and viewing Github labels.
    
    For more info, see `gh label list --help` and the readme:
    https://github.com/benelan/gh-fzf#label
    benelan authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    abec1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b088b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea7b42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8e98db View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    a705e0b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: blocked process when opening item in browser

    Use a background process when executing commands that open an item in
    the browser. For example:
    
            $ gh pr view --web <number>
    
    When a new browser process was created, `gh=fzf` became unresponsive
    until the browser was terminated. The `gh-fzf` process was not blocked
    if the browser was already open, because it would add the item as a new
    tab instead of creating a new process.
    benelan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0284389 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    526452b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d66476 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat(issue, pr): increase labels limit in keybinds

    Override `$GH_FZF_DEFAULT_LIMIT` in the keybindings for adding/removing
    labels to pull requests and issues.
    benelan committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1b81c6f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.8.0 (#14)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.8.0](v0.7.0...v0.8.0)
    (2024-04-09)
    
    
    ### Features
    
    * Add label command ([#15](#15))
    ([abec1bd](abec1bd))
    * Add workflow command
    ([#13](#13))
    ([09e402b](09e402b))
    * **issue, pr:** Increase labels limit in keybinds
    ([1b81c6f](1b81c6f))
    * **issue, pr:** Keybindings to add/remove label
    ([fea7b42](fea7b42))
    
    
    ### Bug Fixes
    
    * Blocked process when opening item in browser
    ([0284389](0284389))
    * Ensure all commands respect --repo flag
    ([526452b](526452b))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    36886f6 View commit details
    Browse the repository at this point in the history
Loading