chmln / sd

Intuitive find & replace CLI (sed alternative)
MIT License
5.72k stars 136 forks source link

Temporarily remove recursive (`-r`) flag #266

Closed CosmicHorrorDev closed 10 months ago

CosmicHorrorDev commented 10 months ago

The recursive flag aka -r flag was added since the last release. While recursive directory traversal is something I want to support, there are a lot of aspects of this feature to consider, and I don't want to risk us "locking in" the current implementation with the pending v1.0 release

Because of that I think it's better if we just kick the can on supporting this for now