shuntaka9576/kanban

FR: automatically solve repository from the current directory

Opened this issue · 4 comments

atusy commented

so that we can use kanban without --repo option.

sorry, I’m late. Thanks @atusy, thanks for the issue!

It's a feature I want too!
I had to deal with the git command, so I passed on it in the initial release.
In the future, we plan to enhance the ability to display the Project by referring to the URL of the remote repository in the directory where the kanban was run.

A summary of the processing is planned as follows

  1. Run kanban in the git directory
  2. Show modal to select a project related to the remote repository
  3. Select the project you want to see from the modal
  4. Open Project
atusy commented

Great! Thanks for the quick response.

Supported v1.0.3. Please try to update it. (#3)
However, it does not yet support multiple projects in a single repository.

atusy commented

Good news! Will take a look in this weekend!