Replies: 7 comments 1 reply
-
So all those repositories are still using git under the hood? I'm assuming getting the remotes with push is of more importance than fetch. |
Beta Was this translation helpful? Give feedback.
-
Yes. All repositories are using git. It would just be nice to filter through projects based where the remote repository is located.
Craig Dayton
***@***.******@***.***)m.me
360-466-8778
[https://cadayton.keybase.pub](https://cadayton.keybase.pub//)
Sent with [ProtonMail](https://protonmail.com/) secure email.
…------- Original Message -------
On Friday, March 18th, 2022 at 1:08 PM, Jeff Hicks ***@***.***> wrote:
So all those repositories are still using git under the hood? I'm assuming getting the remotes with push is of more importance than fetch.
—
Reply to this email directly, [view it on GitHub](#4 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABKUGGTLUZ4OZUODHAK3GQLVATPDRANCNFSM5RCXPFTA).
Triage notifications on the go with GitHub Mobile for [iOS](https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or [Android](https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Saving this code snippet for future use. git remote show | foreach { git remote get-url --push $_} |
Beta Was this translation helpful? Give feedback.
-
I'm adding a project version value pulled from a module manifest if found as well as the remote repo information. |
Beta Was this translation helpful? Give feedback.
-
I've published an update that adds new properties. Update to v0.5.0 and look at the |
Beta Was this translation helpful? Give feedback.
-
Thanks, Jeff! I'll check it out.
Craig Dayton
***@***.******@***.***)m.me
360-466-8778
[https://cadayton.keybase.pub](https://cadayton.keybase.pub//)
Sent with [ProtonMail](https://protonmail.com/) secure email.
…------- Original Message -------
On Saturday, March 26th, 2022 at 7:27 AM, Jeff Hicks ***@***.***> wrote:
I've published an update that adds new properties. Update to v0.5.0 and look at the README file.
—
Reply to this email directly, [view it on GitHub](#4 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABKUGGXFQ3WLT244ME2RMQTVB4NGXANCNFSM5RCXPFTA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Jeff,
If your are interesting in putting a web interface on PSProjectStatus using Pode.Web, here is an example of how I did something similar.
https://cadayton.keybase.pub/PSGallery/Pode/PW-KVExplorer.html
Go here to see a history of shared stuff I've done in PowerShell.
https://cadayton.keybase.pub/PowerShell
…------- Original Message -------
On Saturday, March 26th, 2022 at 7:47 AM, cadayton ***@***.***> wrote:
Thanks, Jeff! I'll check it out.
Craig Dayton
***@***.******@***.***)m.me
360-466-8778
[https://cadayton.keybase.pub](https://cadayton.keybase.pub//)
Sent with [ProtonMail](https://protonmail.com/) secure email.
------- Original Message -------
On Saturday, March 26th, 2022 at 7:27 AM, Jeff Hicks ***@***.***> wrote:
> I've published an update that adds new properties. Update to v0.5.0 and look at the README file.
>
> —
> Reply to this email directly, [view it on GitHub](#4 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABKUGGXFQ3WLT244ME2RMQTVB4NGXANCNFSM5RCXPFTA).
> You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Many of my projects can live in different remote repositories. For instance, GitHub, GitLab, KeyBase, and maybe IPFS.
It would be desirable to track the remoteURL of each project along with it's status.
ex.
PS>git remote -v
origin keybase://team/psmodules/PSKeyBase (fetch)
origin keybase://team/psmodules/PSKeyBase (push)
Thanks. Liking the PSProjectStatus module.
Beta Was this translation helpful? Give feedback.
All reactions