Giter Site home page Giter Site logo

better-pwsh-ls's Introduction

better-pwsh-ls

A PowerShell module that displays a list of files and directories in a specified path with additional formatting and color-coding.

This module exports a function, ll, that provides an enhanced directory listing, similar to the ls command in Unix/Linux. It displays files and directories with additional details such as file attributes, last modified time, and file size. The output is color-coded to easily distinguish between different types of items, such as directories, hidden files, and symbolic links.

Installation

This module can be installed from the PowerShell Gallery with the follwing command:

Install-Module -Name better-ls

Usage

Once installed you can use this module by typing ll in your PowerShell terminal.

Examples

See files and folders in current directory

PS> ll

Providing a path

PS> ll C:\Users\MyUser\

To see hidden files and folders

PS> ll C:\Users\MyUser\ -h

Comparisons with Get-ChildItem

The output of ll is more compact, ordered by file type, and includes symlink destinations. Comparision with Get-ChildItem

When viewing hidden files you still see the rest of the files in the directory with appropriate color coding.

Comparision with Get-ChildItem_Hidden

better-pwsh-ls's People

Contributors

rodesp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.