CLI too for Hyde.
To build from source, make sure Go is installed, then clone the repository and build the project:
pacman -S --needed go # or your system's package manager
git clone https://github.com/HyDE-Project/hydectl.git
cd hydectl
make allTo install the binary to ~/.local/lib:
make installAlternatively, you can copy the pre-built binary directly:
cp /bin/hydectl ~/.local/bin/
chmod +x ~/.local/bin/hydectlTo uninstall the binary:
make uninstallhydectl --help
hydectl [command] --helpContributions are welcome! Please see our CONTRIBUTING.md file for details on:
- Reporting bugs
- Suggesting enhancements
- Submitting code changes
- Commit message guidelines
- Pull request process