Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chasemc/processView

Windows Process Viewer
https://github.com/chasemc/processView

Last synced: 8 days ago
JSON representation

Windows Process Viewer

Awesome Lists containing this project

README

        

### Purpose

I didn't look too long, but couldn't find a tool to graph out Windows parent and children processes. So wrote this quick Shiny app to do so.

![alt text](inst/www/screenshot.gif)

### Install and use

```
install.packages("remotes") # Run this if you don't have the remotes package
remotes::install_github("chasemc/processView")

# And, to run the app:
processView::run_app()

```