gh copilot suggest -t shell 'kill process listening on port 3000'
Get a shell command to free up a port
Copilot typically suggests `lsof -ti:3000 | xargs kill -9` or the fuser equivalent. The -t shell target ensures suggestions are pure shell commands, not git or gh subcommands.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.