Skip to content

manojlds/posz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

POSZ

An implementation of z for Powershell

Getting started

You can source the script in your Powershell profile.

If you don't already have one, create a profile like below:

New-item –type file –force $profile

Source the posz.ps1 script in your profile:

. c:\path\to\posz.ps1

Note: To execute scripts, like your profile, you must run the following from an admin powershell console:

Set-ExecutionPolicy unrestricted

Make sure you have the zscores.csv in the same folder as the posz.ps1 script.

How to use

Now you can just do

cd c:\projects

cd c:\projects\oss

etc and change directories like you normally do.

To jump to directories, just do

z oss

and it will cd to c:\projects\oss

To get list of directories and their scores:

z -list

About

z implementation for Powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published