fix: display relative repo path instead of repo name in directory column#39
fix: display relative repo path instead of repo name in directory column#39casperklein wants to merge 1 commit intobircni:mainfrom
Conversation
|
@casperklein I would suggest to add another cell to the table with the dir as the dir can be named other than the repository itself |
|
Currently there is a Directory column, however it is not showing the directory a repo is in, but instead the repo "name". IMO this is misleading. Technically speaking, a repo doesn't have a name (there is no meta data for that). If I create a new repo with When talking about remotes, there is something like a name, because you have to address the remote repo somehow: My suggestion is, to fix the Directory column, so it displays the directory, where a repo is in (this PR). Personally, I don't see a real value in adding another Name column. If someone is interested in the remote name, there is already the |
|
@casperklein I created #40 - Would this fit for you? |
|
I've tested #40 and it fixes #35, #36 for me. If the remote name and the local directory name differs, the directory is shown in parentheses. However, that leads in some cases to a doubling of the column width for me. As said earlier, I personally don't have a need to see the "repo name", as I can use |
|
found some problems in your changes, fixed them and will be merging now and releasing a new version soon |
|
Thank you! I can confirm, this works 👍 |
Before:
After:
This fixes #35, #36 and probably #38.