Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
/ PowerLS Public archive

Powershell ls that mimics the look of Unix-like ls

License

Notifications You must be signed in to change notification settings

JRJurman/PowerLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerLS build status

Powershell ls that mimics the look of Unix-like ls


Note this project is no longer maintained, instead you should check out the actively maintained PowerColorLS


Installing

If you have PSGet you can easily install like so:

install-module powerls

If you want to install from a copy of this repo, follow the directions under usage

Colors

Right now only does 5 different colors:

  • DarkCyan for Hidden Directories
  • Cyan for Directories
  • DarkGray for Hidden files
  • DarkYellow for Files
  • Gary for Files with no extension

Example Images

powerls-on-powershell powerls-on-powershell-ise

Usage

From the root directory, run:

import-module powerls
powerls

Alias to ls

Set-Alias -Name ls -Value PowerLS -Option AllScope

About

Powershell ls that mimics the look of Unix-like ls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •