{"id":14980376,"url":"https://github.com/rhymeswithmogul/termbin4ps","last_synced_at":"2025-08-01T20:03:38.950Z","repository":{"id":50236603,"uuid":"300098500","full_name":"rhymeswithmogul/Termbin4PS","owner":"rhymeswithmogul","description":"Native Termbin support for PowerShell and Windows PowerShell.","archived":false,"fork":false,"pushed_at":"2024-10-05T02:08:57.000Z","size":101,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T01:51:16.547Z","etag":null,"topics":["fiche","linux","macos","netcat","powershell","powershell-cmdlets","powershell-core","powershell-gallery","powershell-module","powershell-modules","pwsh","termbin","windows","windows-powershell"],"latest_commit_sha":null,"homepage":"https://powershellgallery.com/packages/Termbin4PS/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhymeswithmogul.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-01T00:38:37.000Z","updated_at":"2024-10-05T02:09:01.000Z","dependencies_parsed_at":"2025-02-13T22:31:35.158Z","dependency_job_id":"0ab6c2a3-833a-4a88-9529-a03438218b84","html_url":"https://github.com/rhymeswithmogul/Termbin4PS","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/rhymeswithmogul/Termbin4PS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FTermbin4PS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FTermbin4PS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FTermbin4PS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FTermbin4PS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhymeswithmogul","download_url":"https://codeload.github.com/rhymeswithmogul/Termbin4PS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhymeswithmogul%2FTermbin4PS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490492,"owners_count":22865762,"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":["fiche","linux","macos","netcat","powershell","powershell-cmdlets","powershell-core","powershell-gallery","powershell-module","powershell-modules","pwsh","termbin","windows","windows-powershell"],"created_at":"2024-09-24T14:01:40.822Z","updated_at":"2025-06-12T15:05:30.834Z","avatar_url":"https://github.com/rhymeswithmogul.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Termbin4PS\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f136d39acc914277bc1db3f6c85c6906)](https://app.codacy.com/gh/rhymeswithmogul/Termbin4PS?utm_source=github.com\\\u0026utm_medium=referral\\\u0026utm_content=rhymeswithmogul/Termbin4PS\\\u0026utm_campaign=Badge_Grade_Settings) [![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/Termbin4PS?include_prereleases)](https://powershellgallery.com/packages/Termbin4PS/) [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/Termbin4PS)](https://powershellgallery.com/packages/Termbin4PS/)\n\nNative [Termbin](https://termbin.com) support for PowerShell!\n\n## Example\n\nTo send a log file to Termbin, simply pipe the raw content to `Out-Termbin`:\n\n```powershell\nPS C:\\\u003e Get-Content -Raw 'logfile.txt' | Out-Termbin\nhttps://termbin.com/1a2b\n```\n\nNote that you need to use `Get-Content -Raw` so that line endings are not stripped.\n\n## Another Example\n\nTo send a process list to Termbin, simply pipe your command through `Out-String` on its way to `Out-Termbin`:\n\n```powershell\nPS C:\\\u003e Get-Process | Out-String | Out-Termbin\n```\n\nIn most cases, you will need to pass your output through PowerShell's `Out-String` so that PowerShell will convert the native .NET objects into simple strings.\n\n## Using Termbin-compatible Services\n\nIf Termbin ever shuts down, don't worry;  you can use this module with compatible services.\n\n```powershell\nPS C:\\\u003e Get-Process | Out-String | Out-Termbin -HostName another.termbin.example -Port 9999\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhymeswithmogul%2Ftermbin4ps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhymeswithmogul%2Ftermbin4ps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhymeswithmogul%2Ftermbin4ps/lists"}