Vibe Coding warning
A simple tool that lets you use wtf <port> to find out what the hell is occupying that port.
Install the curl and Rust Compiler:
sudo apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/envClone the repository:
sudo apt install git
git clone https://github.com/WoodManGitHub/wtf.gitCompile wtf:
cargo build --releaseMove the binary to a directory in your PATH:
sudo mv target/release/wtf /usr/local/bin/Who the FUCK is using this port?
Usage: wtf [OPTIONS] <PORT>
Arguments:
<PORT>
Options:
-v, --verbose
-a, --all
-h, --help Print help
-V, --version Print version