{"id":16798579,"url":"https://github.com/vojtechvitek/sigtrap","last_synced_at":"2026-05-04T21:31:18.483Z","repository":{"id":136593121,"uuid":"91474852","full_name":"VojtechVitek/sigtrap","owner":"VojtechVitek","description":"sigtrap - Trap and print signals.","archived":false,"fork":false,"pushed_at":"2017-05-16T16:01:58.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-20T03:49:04.375Z","etag":null,"topics":["linux","macos","signal","trap","unix"],"latest_commit_sha":null,"homepage":"","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/VojtechVitek.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":"2017-05-16T15:33:48.000Z","updated_at":"2025-03-07T04:18:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a5432f7-96e5-4f0d-a5d4-ff5d5014813f","html_url":"https://github.com/VojtechVitek/sigtrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VojtechVitek/sigtrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VojtechVitek%2Fsigtrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VojtechVitek%2Fsigtrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VojtechVitek%2Fsigtrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VojtechVitek%2Fsigtrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VojtechVitek","download_url":"https://codeload.github.com/VojtechVitek/sigtrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VojtechVitek%2Fsigtrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32625887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["linux","macos","signal","trap","unix"],"created_at":"2024-10-13T09:26:16.165Z","updated_at":"2026-05-04T21:31:18.458Z","avatar_url":"https://github.com/VojtechVitek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"sigtrap: Trap and print signals.\n======\n\n# Usage\n```bash\n$ sigtrap\nPID: 54506\n^Cinterrupt\n^Cinterrupt\nuser defined signal 1\nuser defined signal 2\nalarm clock\nchild exited\ntrace/BPT trap\ncontinued\nquit\ninterrupt\nquit\nKilled: 9\n```\n\nFrom another terminal\n```bash\n$ kill -l\n 1) SIGHUP\t 2) SIGINT\t 3) SIGQUIT\t 4) SIGILL\t 5) SIGTRAP\n 6) SIGABRT\t 7) SIGEMT\t 8) SIGFPE\t 9) SIGKILL\t10) SIGBUS\n11) SIGSEGV\t12) SIGSYS\t13) SIGPIPE\t14) SIGALRM\t15) SIGTERM\n16) SIGURG\t17) SIGSTOP\t18) SIGTSTP\t19) SIGCONT\t20) SIGCHLD\n21) SIGTTIN\t22) SIGTTOU\t23) SIGIO\t24) SIGXCPU\t25) SIGXFSZ\n26) SIGVTALRM\t27) SIGPROF\t28) SIGWINCH\t29) SIGINFO\t30) SIGUSR1\n31) SIGUSR2\n\n$ kill -30 54506\n$ kill -31 54506\n$ kill -14 54506\n$ kill -20 54506\n$ kill -5 54506\n$ kill -19 54506\n$ kill -3 54506\n$ kill -2 54506\n$ kill -3 54506\n$ kill -9 54506\n```\n\n# Installation\n\n```bash\ngo get -u github.com/VojtechVitek/sigtrap\n```\n*You might need to [download Go](https://golang.org/dl/) first.*\n\n# License\n\nLicensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojtechvitek%2Fsigtrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvojtechvitek%2Fsigtrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvojtechvitek%2Fsigtrap/lists"}