https://github.com/essentialkaos/subdy
CLI for subdomain.center API
https://github.com/essentialkaos/subdy
arpsyndicate subdomains
Last synced: 3 months ago
JSON representation
CLI for subdomain.center API
- Host: GitHub
- URL: https://github.com/essentialkaos/subdy
- Owner: essentialkaos
- License: apache-2.0
- Created: 2023-09-16T14:30:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T08:05:13.000Z (7 months ago)
- Last Synced: 2025-03-12T09:22:17.939Z (7 months ago)
- Topics: arpsyndicate, subdomains
- Language: Go
- Homepage: https://kaos.sh/subdy
- Size: 771 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Screenshots • Installation • Usage • CI Status • Contributing • License
`subdy` is a simple CLI for [subdomain.center](https://www.subdomain.center) API.
### Screenshots
![]()
### Installation
#### From source
To build the `subdy` from scratch, make sure you have a working Go 1.20+ workspace (_[instructions](https://go.dev/doc/install)_), then:
```bash
go install github.com/essentialkaos/subdy@latest
```#### Prebuilt binaries
You can download prebuilt binaries for Linux and macOS from [EK Apps Repository](https://apps.kaos.st/subdy/latest):
```bash
bash <(curl -fsSL https://apps.kaos.st/get) subdy
```#### Container Image
The latest version of `subdy` also available as container image on [GitHub Container Registry](https://kaos.sh/p/subdy) and [Docker Hub](https://kaos.sh/d/subdy):
```bash
podman run --rm -it ghcr.io/essentialkaos/subdy:latest mydomain.com
# or
docker run --rm -it ghcr.io/essentialkaos/subdy:latest mydomain.com
```### Command-line completion
You can generate completion for `bash`, `zsh` or `fish` shell.
Bash:
```bash
sudo subdy --completion=bash 1> /etc/bash_completion.d/subdy
```ZSH:
```bash
sudo subdy --completion=zsh 1> /usr/share/zsh/site-functions/subdy
```Fish:
```bash
sudo subdy --completion=fish 1> /usr/share/fish/vendor_completions.d/subdy.fish
```### Man documentation
You can generate man page using next command:
```bash
subdy --generate-man | sudo gzip > /usr/share/man/man1/subdy.1.gz
```### Usage
### CI Status
| Branch | Status |
|--------|----------|
| `master` | [](https://kaos.sh/w/subdy/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/subdy/ci?query=branch:develop) |### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)