diff --git a/readme.md b/readme.md index a0c128c..441725e 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PoSH Server](http://www.poshserver.net/) - Secure, flexible and lightweight web server to meet your requirements. +### Commandline productivity + +- [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. + ## Resources * [Blogs](#blogs)