From bd931e4f36229edb21eca32aeb5e306b2997fa8c Mon Sep 17 00:00:00 2001 From: Janik Vonrotz Date: Sat, 17 Sep 2016 11:52:37 -0700 Subject: [PATCH] added posh-git fix #12 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a8ee248..f05a235 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Commandline Productivity +- [posh-git](https://github.com/dahlbyk/posh-git) - A set of PowerShell scripts which provide Git/PowerShell integration. - [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.