https://github.com/ac0d3r/nicu
no-icu
https://github.com/ac0d3r/nicu
Last synced: about 1 month ago
JSON representation
no-icu
- Host: GitHub
- URL: https://github.com/ac0d3r/nicu
- Owner: ac0d3r
- License: gpl-3.0
- Created: 2022-01-06T08:48:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T09:01:51.000Z (6 months ago)
- Last Synced: 2025-03-31T12:22:49.469Z (3 months ago)
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 66
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nicu
## http.server
- install: `go install github.com/ac0d3r/nicu/cmd/http.server@latest`
- description: 指定目录或者文件快速创建一个简单http服务,可以在工作中(内网)用来传输文件等。
- usage: `http.server -h`## gif2img
- install: `go install github.com/ac0d3r/nicu/cmd/gif2img@latest`
- description: 分解 GIF 文件
- usage: `gif2img -f example.gif`## rua
- install: `go install github.com/ac0d3r/nicu/cmd/rua@latest`
- description: 生成 rua.gif
- usage: `rua -h`Example:
## pingx
- install: `go install github.com/ac0d3r/nicu/cmd/pingx@latest`
- description: 利用 ICMP 协议发现当前网络的主机
- usage: `sudo pingx`