You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the PowerShell unzip script, and added unzip functionality to the tar plugin when bsdtar is detected. Windows now comes with bsdtar, so most WIndows users should not notice a change in the file extensions zef can extract on a given system.
Cleaned up the plugin name being output when using --debug to not show +{anon}.
curl.exe and wget.exe (instead of curl and wget) are used to invoke their respective programs on Windows. This allows the curl and wget plugins to work when using PowerShell (which has aliases for curl and wget that don't invoke the actual programs).