Skip to content

HyDE-Project/hydectl

Repository files navigation

hydectl

CLI too for Hyde.

Installation

Using Go

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 all

To install the binary to ~/.local/lib:

make install

Direct Binary Installation

Alternatively, you can copy the pre-built binary directly:

cp /bin/hydectl ~/.local/bin/
chmod +x ~/.local/bin/hydectl

Uninstallation

To uninstall the binary:

make uninstall

Help

hydectl --help
hydectl [command] --help

Contributing

Contributions are welcome! Please see our CONTRIBUTING.md file for details on:

  • Reporting bugs
  • Suggesting enhancements
  • Submitting code changes
  • Commit message guidelines
  • Pull request process

About

Ported core scripts of HyDE .

Resources

License

Stars

Watchers

Forks

Packages

No packages published