Add Commandline productivity tools

This commit is contained in:
Sergei Vorobev 2016-09-14 16:11:21 -07:00 committed by GitHub
parent 373243cb45
commit 7d4e782cd1

View File

@ -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)