From 07590fdebbdd95b7cb567f345e58d8b2c8165f44 Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 21:54:47 -0400 Subject: [PATCH 1/6] add powershell studio to IDE sector --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 441725e..57e2f0b 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PowerGui](http://en.community.dell.com/techcenter/powergui/w/wiki) - Powerfull IDE to execute scripts local and remote. - [PowerShell Plus](https://www.idera.com/productssolutions/freetools/powershellplus) - An all in one IDE. +- [Powershell Studio](https://www.sapien.com/software/powershell_studio) - Probably the most powerful and most expensive powershell IDE, with high DPI support and updates regularly ### Package Managers From 78815a5e6f52a2a6b4456c75080dcb50e92f3f45 Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 21:59:16 -0400 Subject: [PATCH 2/6] add the themes sector including `oh-my-posh` and `powerline` modules --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 57e2f0b..8d55ec9 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [IDE](#ide) * [Package Managers](#package-managers) * [Security](#security) +* [Themes](#themes) * [SharePoint](#sharepoint) * [Testing](#testing) * [Webserver](#webserver) @@ -36,6 +37,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PowerShellArsenal](https://github.com/mattifestation/PowerShellArsenal) - A module used to aid a reverse engineer. - [PowerTools](https://github.com/Veil-Framework/PowerTools) - Collection of projects with a focus on offensive operations. +### Themes + +- [oh-my-posh](https://github.com/JanJoris/oh-my-posh) - tons of beautiful theme that can be enabled by one single command (includes many awesome powerline theme) +- [Powerline](https://github.com/Jaykul/PowerLine) - PowerShell Classes for richer output and prompts + ### SharePoint - [AutoSPInstaller](https://autospinstaller.codeplex.com/) - Automated SharePoint 2010/2013 installation script. From 7da1c54880e43154c9bc88da23bdec439a11c953 Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 22:01:05 -0400 Subject: [PATCH 3/6] add the fuck to commandline productivity sector --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8d55ec9..2a4d1d1 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PSReadLine](https://github.com/lzybkr/PSReadLine) - A bash inspired readline implementation for PowerShell. Keeps history between sessions, adds reverse-history search and makes the commandline experience much better overall. - [Jump-Location](https://github.com/tkellogg/Jump-Location) - Powershell `cd` that reads your mind. [Autojump](https://github.com/wting/autojump) implementation for powershell. - [Zlocation](https://github.com/vors/ZLocation) - [z.sh](https://github.com/rupa/z) implementation for PowerShell. Similar to Jump-Location. +- [thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command (by typing `fuck`). ## Resources From be01e3750ab4d81a523aa4ef810bce0a7a15ecce Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 22:03:31 -0400 Subject: [PATCH 4/6] add chocolatey to package manager --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2a4d1d1..bb3a498 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Package Managers - [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web. +- [chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. ### Security From 912723d366c8f4df41870af4d74b89c15ce0e6b9 Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 22:12:39 -0400 Subject: [PATCH 5/6] add the awesome logo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bb3a498..e25a7dd 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Awesome PowerShell +# Awesome PowerShell [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) > A curated list of delightful PowerShell [packages](#modules) and [resources](#resources). From dc8cc7e799f0087c64445848ead061a3bb7abe63 Mon Sep 17 00:00:00 2001 From: Cheng Zhang <13501393281@163.com> Date: Thu, 15 Sep 2016 22:33:12 -0400 Subject: [PATCH 6/6] add the powershell logo to make this list more delightful --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e25a7dd..c990fcd 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Awesome PowerShell [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +[](https://msdn.microsoft.com/en-us/powershell/) + > A curated list of delightful PowerShell [packages](#modules) and [resources](#resources). Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.