gh-dash icon indicating copy to clipboard operation
gh-dash copied to clipboard

[BUG] The keybindings do not work

Open jcornaz opened this issue 1 year ago • 2 comments

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 avatar Jul 30 '22 08:07 jcornaz

@jcornaz thanks gonna check this

dlvhdr avatar Aug 03 '22 11:08 dlvhdr

I'm also seeing this @dlvhdr

scottpopplewell avatar Aug 26 '22 17:08 scottpopplewell