{"id":32803525,"url":"https://github.com/xiaoniucode/spd","last_synced_at":"2026-05-01T21:06:41.031Z","repository":{"id":303785004,"uuid":"1016681403","full_name":"xiaoniucode/spd","owner":"xiaoniucode","description":"spd一个通过端口号查询正在运行进程信息的命令行工具，支持精准查找，范围查找，解决Linux自带命令使用繁琐","archived":false,"fork":false,"pushed_at":"2025-12-19T11:02:05.000Z","size":1373,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T01:52:26.813Z","etag":null,"topics":["centos","linux","macos","shell","spd","tool","ubuntu","xiaoniucode"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/xiaoniucode.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-09T11:16:19.000Z","updated_at":"2025-12-19T12:01:50.000Z","dependencies_parsed_at":"2025-07-09T12:32:49.480Z","dependency_job_id":"94c8341f-5d3c-4ad3-a155-8cb8f2320d74","html_url":"https://github.com/xiaoniucode/spd","commit_stats":null,"previous_names":["xilio-dev/spd","xnkfz/spd","xiaoniucode/spd"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xiaoniucode/spd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoniucode%2Fspd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoniucode%2Fspd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoniucode%2Fspd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoniucode%2Fspd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaoniucode","download_url":"https://codeload.github.com/xiaoniucode/spd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaoniucode%2Fspd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["centos","linux","macos","shell","spd","tool","ubuntu","xiaoniucode"],"created_at":"2025-11-06T08:03:16.292Z","updated_at":"2026-05-01T21:06:41.023Z","avatar_url":"https://github.com/xiaoniucode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/xiaoniucode/spd/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/xiaoniucode/spd?style=for-the-badge\u0026logo=github\" alt=\"GitHub Stars\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/xiaoniucode/spd/forks\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/xiaoniucode/spd?style=for-the-badge\u0026logo=github\" alt=\"GitHub Forks\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/xiaoniucode/spd/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/xiaoniucode/spd?style=for-the-badge\" alt=\"License\"/\u003e\n  \u003c/a\u003e\n \u003ca href=\"https://github.com/xiaoniucode/spd/releases/v1.0.0\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/spd-1.0.0-blue?style=for-the-badge\" alt=\"spd:1.0.0\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# 介绍\n`spd`是一个轻量级的通过端口号查询正在运行进程信息的工具，支持精准查找和范围查找，解决Linux/MacOS原生命令使用繁琐问题。\n\n## 功能特性\n\n- 查看`小于`某个端口的所有进程：`spd port-`\n- 查询`大于`某个端口的所有进程: `spd port+`\n- `精准`查询某个端口的进程: `spd port`\n- 查询某个`范围`的所有进程: `spd start-end`\n\n## 安装教程\n将[spd.sh](spd.sh)脚本下载下来保存到`/usr/local/bin`目录下，添加执行权限。\n```shell\nsudo mv spd.sh /usr/local/bin/spd\nsudo chmod +x spd.sh\n```\n\n输入`spd`可查看用法：\n```shell\n(base) liuxin@xilio bin % spd\nUsage: spd \u003cport_range\u003e\nExamples:\nspd 8000- : List processes with ports below 8000\nspd 8000+ : List processes with ports above 8000\nspd 8000-9000: List processes with ports between 8000 and 9000 (inclusive)\nspd 8000 : List processes using port 8000\n```\n\n## 使用案例\n### 单个查询\n\n![s.png](docs/screenshort/s.png)\n\n### 范围查询\n\n![b.png](docs/screenshort/b.png)\n\n### 小于指定端口\n![d.png](docs/screenshort/d.png)\n\n### 大于指定端口\n![p.png](docs/screenshort/p.png)\n\n## 问题反馈\n\n反馈问题:[issues](https://github.com/xiaoniucode/spd/issues)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoniucode%2Fspd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaoniucode%2Fspd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaoniucode%2Fspd/lists"}