From 77dbda2b934c3d2ac7e61c8f1cbfb2a6f3e74397 Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Sat, 22 Jun 2019 00:40:05 +0530 Subject: [PATCH 1/2] Adding module to plot graph in console PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c5c12cc..e2639f2 100644 --- a/readme.md +++ b/readme.md @@ -200,3 +200,4 @@ It includes a command-line shell and an associated scripting language. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks. - [psInlineProgress](https://github.com/gravejester/psInlineProgress) - Write inline progress bars in PowerShell. +- [Grpahical](https://github.com/PrateekKumarSingh/graphical) - PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line) From 39eb5cacc8082553fada5dbca9b413d14de36f6e Mon Sep 17 00:00:00 2001 From: Prateek Singh Date: Sat, 22 Jun 2019 00:40:34 +0530 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2639f2..20e7080 100644 --- a/readme.md +++ b/readme.md @@ -200,4 +200,4 @@ It includes a command-line shell and an associated scripting language. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks. - [psInlineProgress](https://github.com/gravejester/psInlineProgress) - Write inline progress bars in PowerShell. -- [Grpahical](https://github.com/PrateekKumarSingh/graphical) - PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line) +- [Graphical](https://github.com/PrateekKumarSingh/graphical) - PowerShell Module to plot colorful console 2D Graphs (Scatter, Bar, Line)