Skip to content

gsmitheidw/mscoreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS CoreUtils Choco Package

Workflow License Last Commit Repo Size

This is a chocolatey package for the public community repo for MS CoreUtils

Overview

Unix CoreUtils from CoreUtils is a modern implementation of the GNU Utils in Rust rather than the original C based CoreUtils. MS has repackaged these for compatability in MS Windows environments where possible/relevant.

It also includes findutils and grep

Also see: https://learn.microsoft.com/en-us/windows/core-utils/overview

Automation

This nupkg creation runs as a github action, it pulls metadata from Microsoft's winget manifest daily and pushes any new release to chocolatey via API key.

flowchart TD

A[GitHub Actions<br/>Daily Run]
--> B[update.ps1]

B --> C[Check latest<br/>Microsoft Coreutils]

C --> D{New version?}

D -->|No| E[Stop]

D -->|Yes| F[Fetch winget<br/>manifest checksum & url]

F --> G[Update nuspec<br/>+ install script]

G --> H[choco pack]

H --> I[choco push]

I --> J[Update .version]

J --> K[Choco Moderation Queue]

Loading

About

Choco install nupkg for Coreutils for Windows, which a Microsoft-maintained set of UNIX-style command-line utilities that run natively on Windows. It based on uutils coreutils and implemented in Rust.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors