mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-10-01 03:15:42 -04:00
commit
6477e9a49c
13
readme.md
13
readme.md
@ -1,4 +1,6 @@
|
||||
# Awesome PowerShell
|
||||
# Awesome PowerShell [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
|
||||
[<img src="https://github.com/PowerShell/PowerShell/raw/master/assets/Powershell_256.png" align="right" width="80">](https://msdn.microsoft.com/en-us/powershell/)
|
||||
|
||||
> A curated list of delightful PowerShell [packages](#modules) and [resources](#resources).
|
||||
|
||||
@ -10,6 +12,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)
|
||||
@ -24,10 +27,12 @@ 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
|
||||
|
||||
- [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
|
||||
|
||||
@ -35,6 +40,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.
|
||||
@ -53,6 +63,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user