Closed mallowlabs closed 2 years ago
Thank you! I'm looking forward to the next version.
@mallowlabs
0.3.4 has been released 🎉 And the changes here are in it.
Thank you for your contribution !!
@kawamataryo
0.3.4 works perfectly on Windows!!! Thank you ❤️
🎯 Purpose
https://github.com/kawamataryo/copy-git-link/blob/7df63fc5d9d1ffea8362d9c2f6222b29b9540723/C:/Users/mallowlabs/git/copy-git-link/src/main/kotlin/com/github/kawamataryo/copygitlink/gitlink/GitLink.kt#L41
👓 Strategy
virtualFile.path
C:/Users/mallowlabs/git/copy-git-link/src/main/kotlin/com/github/kawamataryo/copygitlink/gitlink/GitLink.kt
(slash-separated)repo.toString()
C:\Users\mallowlabs\git\copy-git-link
(backslash-separated)repo?.root?.path
C:/Users/mallowlabs/git/copy-git-link
(slash-separated)✔️ Tested