Powershell stuff to download from fastgit which use github url.
- Make sure that you have install PowerShellGet correctly
- Run
Install-Module -Name FastGet
to install FastGet - Run
Import-Module FastGet
to import FastGet - Enjoy
- Download FastGet file
- Unachive
- Run
Import-Module $fastget-path
to import FastGet(Change$fastget-path
to your own path) - Run
Import-Module FastGet
to import FastGet - Enjoy
The following functions are provides by this module.
- Name: ConvertTo-FastGitUrl
- Description:
- Convert GitHub url to FastGit url
- Input:
- $Url: GitHub url
- Output:
- FastGit url
- Description:
- Name: Get-FastGit
- Description:
- Get GitHub things from FastGit
- Input:
- $Url: GitHub url
- $OutFile: save name or path
- Output:
- Null
- Description:
Alias | Function |
---|---|
fget | Get-FastGit |
fastget | Get-FastGit |
- MultiThread download
- Use confirm message instead of switch
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.