balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

Enhancement of `grep` Command to Support Case-Insensitive Option and Regex #77

Open notJoon opened 1 year ago

notJoon commented 1 year ago

Description

  1. Case-Insensitive Option (--ignore, -i): Implementing a case-insensitive option would allow for more flexible and user-friendly search functionality.
  2. Regex Support: Regular expressions provide powerful pattern matching capabilities. Enhancing the grep command with full regex support would greatly increase its functionality and make it more applicable for complex searching needs.

Proposed Solutions