{"id":19069216,"url":"https://github.com/socratescli/tagrun","last_synced_at":"2026-06-23T11:31:24.036Z","repository":{"id":65156011,"uuid":"580839257","full_name":"socratescli/tagrun","owner":"socratescli","description":"Run a program with a modified process name.","archived":false,"fork":false,"pushed_at":"2022-12-22T02:15:16.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T21:41:52.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/socratescli.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}},"created_at":"2022-12-21T15:24:33.000Z","updated_at":"2023-09-13T11:41:10.000Z","dependencies_parsed_at":"2023-01-03T17:18:46.169Z","dependency_job_id":null,"html_url":"https://github.com/socratescli/tagrun","commit_stats":null,"previous_names":["socratescli/tagrun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/socratescli/tagrun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socratescli%2Ftagrun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socratescli%2Ftagrun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socratescli%2Ftagrun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socratescli%2Ftagrun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/socratescli","download_url":"https://codeload.github.com/socratescli/tagrun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/socratescli%2Ftagrun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34686727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T01:13:43.603Z","updated_at":"2026-06-23T11:31:23.779Z","avatar_url":"https://github.com/socratescli.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tagrun\n\nRun a program with a modified process name. You can add a tag for a process with `tagrun`, and use the tag to locate the process with ps, pgrep or pkill.\n\n## Usage\ntagrun [--tag PROCESS_NAME_TAG] [--prefix PROCESS_NAME_PREFIX] COMMAND [ARG] ...\n\nRun COMMAND, and rename the process(i.e., argv[0] of the command line). \n\n    --tag       Rename the command with PROCESS_NAME_TAG.\n    --prefix    Prepend the PROCESS_NAME_PREFIX to the command line.\n\n## Example\n\n    tagrun --tag awake --prefix [test] sleep 1000\n\nAbove command will be displayed in the result of `ps aux` like\n\n    [test]awake 1000\n\nAnd you can use `pgrep -f -x -a '\\[test\\]awake 1000'` to match the process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocratescli%2Ftagrun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsocratescli%2Ftagrun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsocratescli%2Ftagrun/lists"}