gruyere
gruyere copied to clipboard
Feat: install `gruyere` via script.
First of all thanks, @savannahostrowski for this amazing tool, it helps me a lot during working in servers to find and kill ports.
Issue
The biggest problem I face is to install this tool on my different servers, as everytime I need to download it from the release page and extract it and move to the /bin
.
Solution
It is good if I can install it like most other cli tools I use, using script as a standalone binary.
example: yen installation , starship installation , uv
example of installation.
curl -L https://savannah.dev/gruyere/install.sh | sh