Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukesampson/pshazz
Give your powershell some pizazz.
https://github.com/lukesampson/pshazz
Last synced: 3 months ago
JSON representation
Give your powershell some pizazz.
- Host: GitHub
- URL: https://github.com/lukesampson/pshazz
- Owner: lukesampson
- License: unlicense
- Created: 2013-07-10T03:57:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T19:01:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T05:23:48.835Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 202 KB
- Stars: 574
- Watchers: 19
- Forks: 40
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - pshazz
- jimsghstars - lukesampson/pshazz - Give your powershell some pizazz. (PowerShell)
README
# Pshazz
##### Give your powershell some pizazz.Pshazz extends your powershell profile to add things like
* A nicer prompt, including Git and Mercurial info
* Git and Mercurial tab completion
* An SSH helper that lets you never enter your private key password again
* Sensible aliases, and an easy way to add your own aliases and remove ones you don't likePshazz is designed to work with themes, so you can create your own [theme](https://github.com/lukesampson/pshazz/wiki/Themes) if the defaults aren't quite what you want. Make sure to send a pull request to include your theme with pshazz if you come up with something cool!
### Installation
Using [Scoop](http://scoop.sh):```
scoop install pshazz
```If you don't have Scoop installed, you can download a zip of this repository, and add `bin\pshazz.ps1` to your PATH.
### On the shoulders of giants...
Pshazz borrows heavily from:* [Posh-Git](https://github.com/dahlbyk/posh-git) by [Keith Dahlby](http://lostechies.com/keithdahlby/) for Git completions
* [Posh-Hg](https://github.com/JeremySkinner/posh-hg) by [Jeremy Skinner](http://www.jeremyskinner.co.uk/) for Mercurial completions
* [git-credential-winstore](http://gitcredentialstore.codeplex.com/) by [Andrew Nurse](http://vibrantcode.com/) and others, for saving SSH passwords.
* [z.ps](https://github.com/JannesMeyer/z.ps) by [Jannes Meyer](https://github.com/JannesMeyer) for rapid system navigationInspired by [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh).
### License
Public Domain