https://github.com/myokoo/alfred-subnetmask-workflow
Alfred workflow v3 to calculate subnet mask.
https://github.com/myokoo/alfred-subnetmask-workflow
alfred alfred-3 alfred3-workflow go golang workflow
Last synced: about 2 months ago
JSON representation
Alfred workflow v3 to calculate subnet mask.
- Host: GitHub
- URL: https://github.com/myokoo/alfred-subnetmask-workflow
- Owner: myokoo
- License: mit
- Created: 2018-07-01T07:24:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T12:01:01.000Z (over 4 years ago)
- Last Synced: 2023-03-01T11:50:25.370Z (over 2 years ago)
- Topics: alfred, alfred-3, alfred3-workflow, go, golang, workflow
- Language: Go
- Homepage:
- Size: 7.4 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-subnetmask-workflow
Alfred workflow to calculate subnet mask.
#### subnetmask xxx.xxx.xxx.xxxx/xx or subnetmask xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx
ex1) subnetmask 192.168.111.33/24
ex2) subnetmask 192.185.111.33/255.255.255.0
#### subnetmask xxx.xxx.xxx.xxx
ex) subnetmask 255.255.255.0
#### subnetmask /xx
ex) subnetmask /24
### Setup
#### go version >= 1.11.1
```bash
git clone [email protected]:myokoo/alfred-subnetmask-workflow.git
GO111MODULE=on go buildsh setup.sh
````setup.sh` is created link to alfred workflow v3 directory.
### Licensing
This library is released under the [MIT license][license].The icon is
[SAKURA Internet Inc.](https://knowledge.sakura.ad.jp/4724/)
[license]: ./LICENSE