Skip to content

A prettier, minimalistic PowerShell replacement for the list directories command, ls.

Notifications You must be signed in to change notification settings

D3REKZHANG/Pretty-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pretty-Ls

A minimalistic replacement for the ls command in Windows Powershell

image

Check out its Powershell Gallery page

Installation

Make sure you have the latest version of Powershell Get

Run the following command:

Install-Module -Name PrettyLs -AllowClobber

Then add the following to your $PROFILE

Remove-Item alias:\ls
Import-Module PrettyLs

REQUIRES A NERD FONT FOR YOUR TERMINAL

I use Caskaydia Cove from https://www.nerdfonts.com/font-downloads.

About

A prettier, minimalistic PowerShell replacement for the list directories command, ls.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published