8000 output is interleaved with blank lines when passing multiple file arguments (e.g.: *.txt) · Issue #233 · athityakumar/colorls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
output is interleaved with blank lines when passing multiple file arguments (e.g.: *.txt) #233
Closed
@fferri

Description

@fferri

Description

When passing multiple file arguments, e.g.:

colorls a.txt b.txt c.txt

or

colorls *.txt

the output is interleaved with blank lines:

$ colorls *.txt
      a.txt

      b.txt

      c.txt

      d.txt

For comparison, this is the normal output:

$ colorls
      a.txt       b.txt       c.txt       d.txt

and this is the long (-l) output:

$ colorls -l
  rw-r--r--  me  staff    0 B    Mon Oct 29 17:52:05 2018    a.txt
  rw-r--r--  me  staff    0 B    Mon Oct 29 17:52:05 2018    b.txt
  rw-r--r--  me  staff    0 B    Mon Oct 29 17:52:05 2018    c.txt
  rw-r--r--  me  staff    0 B    Mon Oct 29 17:52:05 2018    d.txt
  • Relevant Issues : (none)
  • Relevant PRs : (none)
  • Type of issue :
    • Installation
    • Font-related
    • Feature request
    • Bug in existing feature
    • Developer mode : Code quality / Tests / Documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0