-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `milestone` command to find/select milestones using `gh api` - Add keybindings to the `milestone` command: - `enter`: Print the milestone title; useful for scripting - `alt-t`: Edit the title of the selected milestone - `alt-d` Edit the description of the selected milestone - `alt-X`: Close the selected milestone - `alt-O`: Reopen the selected milestone - `alt-i`: Execute `gh fzf issue` filtered for the selected milestone - `alt-s`: Show both open and closed milestones (default is open) - `alt-c`: Sort list by completeness (default is by due date) - `alt-D`: Display list in descending order (default is ascending) - Add keybindings to the `issue` command: - `alt-M`: Execute `gh fzf milestone` and filter the list of issues by the selected item - Add `GH_FZF_OPEN_CMD` environment variable to set the command used to open the milestone in the browser. The default value should suffice in most cases. ref: https://docs.github.com/en/rest/issues/milestones resolves #21
- Loading branch information
Showing
2 changed files
with
189 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters