Update port-manager extension - #30179
Conversation
…tener discovery via netstat.exe - Query process details with PowerShell and terminate processes with taskkill.exe - Adapt commands, shortcuts, paths, signals, and UI for Windows - Document platform support and update Raycast dependencies - Refresh metadata and remove obsolete configuration assets
|
Thank you for your contribution! 🎉 🔔 @lucaschultz @Sheraff @ridemountainpig @pernielsentikaer you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="ext/port-manager"
FORK_URL="https://github.com/0xdhrv/raycast-extensions.git"
EXTENSION_NAME="port-manager"
REPO_NAME="raycast-extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. |
Greptile SummaryThe PR adds Windows support to Port Manager while retaining the existing macOS behavior.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains in the eligible follow-up review scope. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "Update CHANGELOG.md and optimise images" | Re-trigger Greptile |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi @0xdhrv 👋
Thanks for your contribution 💪
Windows Port Manager is the right shape: netstat / Win32_Process / taskkill for the list, menu bar stays macOS-only, EmptyView + error handling on Open Ports, changelog uses {PR_MERGE_DATE}. Greptile is clear.
I'm looking forward to seeing this on Windows 🔥
Feel free to contact me here or at Slack if you have any questions.
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder