Socket
Book a DemoInstallSign in
Socket

nice-ls

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-ls

Makes `ls` look nice, importantly (and ideally), without changing the `ls` command.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

nice ls

Makes ls look nice, importantly (and ideally), without changing the ls command.

Firstly install using npm install --global nice-ls, then to enable, pipe the result of ls -l through nice-ls, or add an alias:

function ls() {
  command ls -l "$@" | nice-ls
}

Features

  • Icons for known file and folder types
  • Recently modified shown as brighter timestamps
  • Readable file sizes by default
  • Colour coded read/write/execute flags
  • User permission are brighter than group and other
  • Folder block size ignored
  • Blocks hidden (never sure what they mean!)

Screenshot

Prerequisites

  • nerd fonts - this is used for the icons
  • iTerm: Prefs -> Profiles -> Text -> Non-ASCII Font (select nerdfont)

FAQs

Package last updated on 23 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts