Skip to content

CodeGrammer45/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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%