Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commandline option for case insensitive matching #219

Closed
wants to merge 1 commit into from
Closed

Add commandline option for case insensitive matching #219

wants to merge 1 commit into from

Conversation

ptzz
Copy link

@ptzz ptzz commented Nov 8, 2017

This would support the use case I was looking for in #209: Make it possible to produce a list of case insensitive matches.

@ericbn
Copy link
Contributor

ericbn commented Nov 10, 2017

Created PR #221 changing the default matching strategy to smart case, and adding two new parameters to force case insensitive (-i) or case sensitive (-s) matching. Solution is just 1 LOC bigger than the original implementation. Also updated the man page and the README.

Copy link

@dmd dmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple but adds functionality probably not wanted by most. I wouldn't bother.

@ptzz
Copy link
Author

ptzz commented Oct 24, 2019

It’s available in https://github.com/skywind3000/z.lua which I have switched to.

@ptzz ptzz closed this Oct 24, 2019
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.

3 participants