athityakumar/colorls

Add support for socket/pipe/... in long listing

Open

#490 geöffnet am 10. Dez. 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Ruby (366 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (4.599 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

colorls does not display if file is of type socket or pipe, etc.. at least not on macos 11.6 with colorls 1.4.4

> sw_vers
ProductName:	macOS
ProductVersion:	11.6
BuildVersion:	20G165

> colorls --version
1.4.4

> mkfifo asdf
> ls -l | grep asdf
  rw-r--r--     1   xxxx   staff      0 B     Fri Dec 10 14:04:30 2021    asdf

> /bin/ls -l | grep asdf
prw-r--r--    1 xxxx  staff     0 10 Dez 14:04 asdf
  • Type of issue :
    • Installation
    • Font-related
    • Feature request
    • Bug in existing feature
    • Developer mode : Code quality / Tests / Documentation

Contributor Guide