- Notifications
You must be signed in to change notification settings - Fork673
Description
Below you find the description of a use-case, that would be very useful for me. At the moment I implemented it for my convenience in a wrapper aroundpython-gitlab
. But I would be willing to add this feature topython-gitlab
, if you think, that it is within the scope of the project.
Description of the problem, including code/CLI snippet
I would like to run something like the following in a git repository directory:
gitlab issues
Expected Behavior
gitlab
would automagically determine (based on theremoteorigin
of the current directory) the corresponding gitlab project and display its issues.
Actual Behavior
Currentlypython-gitlab
does not use the context of the current directory in order to determine the relevant gitlab project.
Opinions?
Please discuss/decide, whether such a behavior would be a suitable extension of thegitlab
command. I could imagine, that this could open a new interactive way of using this tool. But maybe you consider it to be out of scope for this project.