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

[BUG] The keybindings do not work #153

Open
jcornaz opened this issue Jul 30, 2022 · 2 comments
Open

[BUG] The keybindings do not work #153

jcornaz opened this issue Jul 30, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@jcornaz
Copy link

jcornaz commented Jul 30, 2022

Describe the bug

The keybindings do not work.

To Reproduce

Use the following ~/.config/gh-dash/config.yml:

prSections:
- title: All
  filters: is:open repo:dlvhdr/gh-dash
keybindings:
  prs:
    - key: c
      command: cd {{.RepoPath}}; gh pr checkout {{.PrNumber}}
repoPaths:
  dlvhdr/gh-dash: ~/Desktop/gh-dash

Execute:

cd ~/Desktop
gh repo clone dlvhdr/gh-dash
gh dash

Select any PR and press c. -> Nothing happens.

Expected behavior

With the configuration above (which is taken from the readme), pressing c should close gh-dash, cd into the repo directory and check out the pull-request.

Desktop (please complete the following information):

  • OS: Linux (Manjaro) x64
@jcornaz jcornaz added the bug Something isn't working label Jul 30, 2022
@jcornaz jcornaz changed the title [BUG] [BUG] The keybindings do not work Jul 30, 2022
@dlvhdr
Copy link
Owner

dlvhdr commented Aug 3, 2022

@jcornaz thanks gonna check this

@scottpopplewell
Copy link

I'm also seeing this @dlvhdr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants