{"id":22866858,"url":"https://github.com/insomnimus/ps-itertools","last_synced_at":"2026-05-10T09:33:29.693Z","repository":{"id":136923156,"uuid":"431947431","full_name":"insomnimus/ps-itertools","owner":"insomnimus","description":"A powershell module that provides iterator/pipeline adaptors.","archived":false,"fork":false,"pushed_at":"2022-03-17T22:01:00.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T14:58:11.737Z","etag":null,"topics":["csharp","dotnet","iterator","powershell"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insomnimus.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-25T18:50:10.000Z","updated_at":"2022-08-25T10:30:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"866db256-a9d5-4f6c-be15-03d55aa925f4","html_url":"https://github.com/insomnimus/ps-itertools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insomnimus%2Fps-itertools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insomnimus%2Fps-itertools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insomnimus%2Fps-itertools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insomnimus%2Fps-itertools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insomnimus","download_url":"https://codeload.github.com/insomnimus/ps-itertools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246453366,"owners_count":20779939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","iterator","powershell"],"created_at":"2024-12-13T12:17:43.678Z","updated_at":"2026-05-10T09:33:24.672Z","avatar_url":"https://github.com/insomnimus.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Itertools\nA collection of iterator adaptors for `powershell` pipelines.\n\n# Building The Module\nYou will need:\n-\t`git` to clone the repository.\n-\t`powershell` version 7.0 or above to, well, run the build script and to use the module.\n-\t`dotnet cli` to build the part of the module that's written in `C#`.\n\n```powershell\ngit clone https://github.com/insomnimus/ps-itertools\ncd ps-itertools\n\n./build.ps1 -release\n\n# Import the module\nimport-module ./Itertools\n```\n\n# Documentation\nSee [here](documentation.md) for every cmdlet in one page.\n\nSee [here](docs/) to view the cmdlets separately.\n\n# Commands Overview\n- `Add-Index`: Enumerates items from the pipeline.\n- `Chain-Pipe`: Appends items at the end of the pipeline.\n- `Fold-Pipe`: Applies a reducing operation to every item in the pipeline, yielding a single value.\n- `Join-Pipe`: Joins items from the pipeline with values from another collection or script.\n- `Measure-Count`: Calculates the number of items in the pipeline, ignoring their values.\n- `Measure-Max`: Finds the item with the highest value from the pipeline.\n- `Measure-Min`: Finds the item with the lowest value in the pipeline.\n- `Skip-Item`: Skips items from the pipeline.\n- `Switch-Pipe`: Alternates between the pipeline and a collection.\n- `Take-Item`: Takes items from the pipeline.\n- `Test-All`: Tests if all items from the pipeline satisfy a predicate.\n- `Test-Any`: Tests if any item from the pipeline satisfies a predicate.\n- `Test-None`: Tests if no item from the pipeline satisfies a predicate.\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsomnimus%2Fps-itertools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsomnimus%2Fps-itertools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsomnimus%2Fps-itertools/lists"}