Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ac0d3r/nicu

no-icu
https://github.com/ac0d3r/nicu

Last synced: 14 days ago
JSON representation

no-icu

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`