Skip to content

Conversation

@heitorpolidoro
Copy link

@heitorpolidoro heitorpolidoro commented Dec 30, 2025

Introduces two new flags to improve compatibility with the standard command: for classifying files and for recursive listing.

  • The or flag appends an indicator (*/=>@|) to entries to signify the file type.
  • The or flag lists subdirectories recursively.

These changes provide more -like functionality to , making it a more powerful and familiar tool for users.

Description

This PR adds -F (--classify) and -R (--recursive) flags to improve ls compatibility, allowing file type indicators and recursive listing respectively, making colorls more powerful and familiar.

  • Relevant Issues : Make colorls a drop-in replacement for ls #103
  • Relevant PRs : (none)
  • Type of change :
    • New feature
    • Bug fix for existing feature
    • Code quality improvement
    • Addition or Improvement of tests
    • Addition or Improvement of documentation

Introduces two new flags to improve compatibility with the standard  command:  for classifying files and  for recursive listing.

- The  or  flag appends an indicator (*/=>@|) to entries to signify the file type.
- The  or  flag lists subdirectories recursively.

These changes provide more -like functionality to , making it a more powerful and familiar tool for users.

Closes: athityakumar#103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant