Github - Pshade
# Linux example sudo ./pshade --hide --pid 1337 .\pshade.exe --hide --name "notepad.exe" Use Case: Cleaning Up Your Dev Server Imagine you have a CI runner, a log forwarder, and a database all running on a single dev VM. Your htop output is a mess. With pshade , you can:
If you spend any time in system administration, reverse engineering, or even just trying to keep your development environment clean, you’ve probably wished for a better way to manage background processes. Enter Pshade — a fascinating little utility making waves on GitHub. pshade github
# Clone the repository git clone https://github.com/username/pshade.git cd pshade Build (example for a Rust/C tool) cargo build --release Or if it's Python pip install -r requirements.txt # Linux example sudo