From e8694a6264a63aa557cc6ef646c8a2407cb488a8 Mon Sep 17 00:00:00 2001 From: Jason Shirk Date: Sat, 17 Sep 2016 15:05:14 -0700 Subject: [PATCH] Add TabExpansionPlusPlus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f05a235..19db253 100644 --- a/readme.md +++ b/readme.md @@ -91,6 +91,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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. +- [TabExpansionPlusPlus](https://github.com/lzybkr/TabExpansionPlusPlus) - A PowerShell module to make customizing tab completion easier and add a library of custom argument completers. - [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`).