I built a CLI for the process/port commands I could never remember — DeepSeek Blog | Neura Market
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityTrendingGenerate
    DeepSeekBlogI built a CLI for the process/port commands I could never remember
    Back to Blog
    I built a CLI for the process/port commands I could never remember
    showdev

    I built a CLI for the process/port commands I could never remember

    Yazeed Al Oyoun February 5, 2026
    0 views

    proc - a simple CLI that replaces lsof, ps aux | grep, and kill with unified syntax. Target by port, PID, or name.

    --- title: I built a CLI for the process/port commands I could never remember published: true description: proc - a simple CLI that replaces lsof, ps aux | grep, and kill with unified syntax. Target by port, PID, or name. tags: #showdev #opensource #cli #productivity cover_image: https://coderlegion.com/?qa=image&qa_blobid=15314426688882211098&qa_size=750 # Use a ratio of 100:42 for best results. # published_at: 2026-02-05 18:02 +0000 --- If you're like me and you google ```lsof -i :3000 or ps aux | grep node | grep -v grep | awk '{print $2}'``` at least once a month, I built something for you. ```bash # What's on port 3000? proc on :3000 # Kill it proc kill :3000 # What ports is node using? proc on node # What processes are running in current directory? proc in . # Find node processes in current directory proc by node --in . # What's running this script? proc for ./server.py # Kill multiple things at once proc kill :3000,:8080,node ``` Same syntax everywhere: :port, PID, or name. # Install ```bash # macOS brew install yazeed/proc/proc # Windows scoop bucket add proc https://github.com/yazeed/scoop-bucket-proc && scoop install proc # Rust cargo install proc-cli # npm npm install -g proc-cli # Nix nix profile install github:yazeed/proc # Or just curl it curl -fsSL https://raw.githubusercontent.com/yazeed/proc/main/install.sh | bash ``` # Links - GitHub: https://github.com/yazeed/proc - Written in Rust, works on macOS/Linux/Windows, MIT licensed Feedback welcome.

    Tags

    showdevopensourcecliproductivity

    Comments

    More Blog

    View all
    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠ai

    How I'm using ASTs and Gemini to solve the "Codebase Onboarding" problem 🧠

    Hi everyone! 👋 I’m Tara, a Senior Software Engineer and Consultant. Over the years, I've jumped...

    T
    tworrell
    Local AI Will Save Us All (The Math Says So, Trust Me)ai

    Local AI Will Save Us All (The Math Says So, Trust Me)

    Every few weeks a take goes viral in tech circles making the case for ditching cloud AI and running...

    S
    Sebastian Schürmann
    Lost in the AI Hype, I Started Smallai

    Lost in the AI Hype, I Started Small

    And it helped me get back into tech without drowning TL;DR at the end Coming back to...

    R
    Rohini Gaonkar
    Building a Replay-Tested Interactive Brokers Client in Gogo

    Building a Replay-Tested Interactive Brokers Client in Go

    I wanted an IBKR library that felt like Go and had testing I could trust. So I wrote one.

    T
    Thomas Marcelis
    Playwright in Pictures: Fully Parallel Modeplaywright

    Playwright in Pictures: Fully Parallel Mode

    Playwright’s fullyParallel mode is often treated as a simple performance switch. In practice, it...

    V
    Vitaliy Potapov
    Designing a CLI for Both Humans and Agentscli

    Designing a CLI for Both Humans and Agents

    Learn how Alpic designed its CLI for both human developers and AI agents — covering tradeoffs like polling, context windows, interactivity, and statelessness.

    J
    Julien Vallini

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.