Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ac0d3r/nicu
no-icu
https://github.com/ac0d3r/nicu
Last synced: 14 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T02:12:32.000Z (about 1 year ago)
- Last Synced: 2024-06-20T19:27:05.951Z (5 months ago)
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 65
- 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`