Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chasemc/processView
Windows Process Viewer
https://github.com/chasemc/processView
Last synced: 8 days ago
JSON representation
Windows Process Viewer
- Host: GitHub
- URL: https://github.com/chasemc/processView
- Owner: chasemc
- License: gpl-3.0
- Created: 2019-05-29T20:34:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T20:36:23.000Z (over 5 years ago)
- Last Synced: 2024-10-27T20:16:25.146Z (about 2 months ago)
- Language: R
- Size: 4.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - chasemc/processView - Windows Process Viewer (R)
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()```