microsoft / PowerShellForGitHub

Microsoft PowerShell wrapper for GitHub API
Other
584 stars 184 forks source link

Get-GitHubContent should have a recursive switch #347

Open PaulHCode opened 2 years ago

PaulHCode commented 2 years ago

Feature Idea Summary

Get-GitHubContent should have a recursive switch so that I can more easily pull down every item included in a certain folder including items in it's subfolder

Feature Idea Additional Details

Requested Assignment

- I'm just suggesting this idea, but don't want to implement it.

Operating System

OsName : Microsoft Windows 11 Enterprise OsOperatingSystemSKU : EnterpriseEdition OsArchitecture : 64-bit WindowsVersion : 2009 WindowsBuildLabEx : 22000.1.amd64fre.co_release.210604-1628 OsLanguage : en-US OsMuiLanguages : {en-US}

PowerShell Version

Please replace this whole comment with the output of this command:

    $PSVersionTable

Module Version

Please replace this whole comment with the output of this command:

Running: 0.16.0 Installed: 0.16.0

HowardWolosky commented 1 year ago

Interesting suggestion. There might be some challenges in determining the right way to download the file content when there are mix of binary and text files.

Opening this up to the community for implementation.