{"id":46420281,"url":"https://github.com/snabb/tcxpgrp","last_synced_at":"2026-03-05T15:37:09.665Z","repository":{"id":57503610,"uuid":"173179577","full_name":"snabb/tcxpgrp","owner":"snabb","description":"Go package tcxpgrp provides POSIX.1 tcgetpgrp and tcsetpgrp functions. (golang)","archived":false,"fork":false,"pushed_at":"2023-02-19T10:14:05.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-19T15:16:42.712Z","etag":null,"topics":["go","golang","linux","process","unix"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/snabb.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":"2019-02-28T20:05:48.000Z","updated_at":"2023-02-20T03:57:47.000Z","dependencies_parsed_at":"2024-06-19T15:11:29.273Z","dependency_job_id":null,"html_url":"https://github.com/snabb/tcxpgrp","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"8db38616cc482c0334488c50780850c7a508cfba"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/snabb/tcxpgrp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snabb%2Ftcxpgrp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snabb%2Ftcxpgrp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snabb%2Ftcxpgrp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snabb%2Ftcxpgrp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snabb","download_url":"https://codeload.github.com/snabb/tcxpgrp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snabb%2Ftcxpgrp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30133567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T15:35:27.018Z","status":"ssl_error","status_checked_at":"2026-03-05T15:35:23.768Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","golang","linux","process","unix"],"created_at":"2026-03-05T15:37:09.124Z","updated_at":"2026-03-05T15:37:09.650Z","avatar_url":"https://github.com/snabb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"tcxpgrp\n=======\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/snabb/tcxpgrp.svg)](https://pkg.go.dev/github.com/snabb/tcxpgrp)\n[![Go Report Card](https://goreportcard.com/badge/github.com/snabb/tcxpgrp)](https://goreportcard.com/report/github.com/snabb/tcxpgrp)\n\nThe Go package tcxpgrp implements POSIX.1 (IEEE Std 1003.1) tcgetpgrp\nand tcsetpgrp functions.\n\nThere is also a function for determining if the calling process is a\nforeground process.\n\nThis package is Linux/UNIX specific.\n\n\nDocumentation\n-------------\n\nhttps://pkg.go.dev/github.com/snabb/tcxpgrp\n\n\nExample\n-------\n\nDetermine if a process is foreground or background process:\n\n```Go\n\tfg := tcxpgrp.IsForeground()\n\tfmt.Println(\"foreground:\", fg)\n\t// Output: foreground: true\n\t//   or\n\t// Output: foreground: false\n```\n\n\nRepository\n----------\n\nhttps://github.com/snabb/tcxpgrp\n\n\nLicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnabb%2Ftcxpgrp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnabb%2Ftcxpgrp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnabb%2Ftcxpgrp/lists"}