-
Notifications
You must be signed in to change notification settings - Fork 0
feat: yadm integration with selected gh subcommands #1
Copy link
Copy link
Open
Description
It would be great if yadm could do something like this:
$ yadm issue list
# In the background, calls:
# gh issue -R pgierz/dots listAt the moment, this is implemented in the config of yadm's gitconfig:
[alias]
issue = "!f() { gh issue -R pgierz/dots \"$@\"; }; f"
pr = "!f() { gh pr -R pgierz/dots \"$@\"; }; f"Ideally, I'd like to be able to do this from any git, so it should eventually
be integrated somehow into ~/.config/git/config. The corresponding scripts
should be in ~/.local/sbin/ or similar.
One idea would be to version control the script for this, and then bootstrap it
into yadm's gitconfig.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels