8000 GitHub - ice3x2/win_ps: A Linux-style `ps` command for Windows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ice3x2/win_ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win_ps

win_ps is a console utility that brings a Linux-style ps command experience to Windows. It allows you to list, filter, sort, and format processes — all without requiring administrator privileges.


✅ Features

  • Fully supports GNU-style options like ps -ef, ps -fl, ps -l
  • Custom output columns via -o option
  • Multi-key and reverse sorting via --sort
  • No administrator rights required
  • Supports fields: cmd, name, stime, c, pri, ppid, user, etc.

🛠 Usage

ps [options]

🔹 Default Output

win_ps

Displays: PID TIME CMD NAME

🔹 Full Format (Command Line)

ps -f

🔹 Long Format

ps -l

🔹 Filter by User

ps -u USER

🔹 Filter by Executable Name

ps -C java.exe

🔹 Filter by PID

ps -p 1234

🔹 Sort by Field

ps --sort pid

🔹 Select Output Fields

ps -o pid,ppid,time,c,cmd

### 🔹 Version Info
```sh
ps -v

🧾 Output Field Descriptions

Field Description
pid Process ID
ppid Parent Process ID
user Username running the process
cmd Full command line
name Executable name
time Cumulative CPU time (MM:SS)
c CPU usage percentage (0–100%)
pri Process priority
stime Start time (HH:MM)

📝 License

MIT License


🙏 Contributors

  • Developer: @ice3x2
  • Co-designer/Support: ChatGPT (OpenAI)

If this tool helps you, consider giving it a ⭐ star!

About

A Linux-style `ps` command for Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0