Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavono123/lcc
Get the least common CIDR of a list of IPv4 addresses.
https://github.com/flavono123/lcc
Last synced: about 1 month ago
JSON representation
Get the least common CIDR of a list of IPv4 addresses.
- Host: GitHub
- URL: https://github.com/flavono123/lcc
- Owner: flavono123
- License: cc0-1.0
- Created: 2024-03-06T14:49:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T05:32:22.000Z (8 months ago)
- Last Synced: 2024-06-21T06:45:21.608Z (5 months ago)
- Language: Go
- Size: 373 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `lcc`; Least Common CIDR
*Get the least common CIDR of a list of IPv4 addresses.*
![logo](assets/logo.png)
\
## Usage
```sh
$ lcc helpNAME:
lcc - get the least common CIDR from a list of IP addressesUSAGE:
lcc [global options] command [command options] IP1 [IP2 ...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--help, -h show help```
## Install
### macOS(Hombrew)
WIP
### Go
```sh
$ git clone https://github.com/flavono123/lcc.git
$ cd lcc
$ go install
```## Algorithm
## Contributing
WIP