-
Notifications
You must be signed in to change notification settings - Fork 36
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
Should the session list be case insensitive #2
Comments
Wow, I'm happy that someone other than me actually uses the plugin!
|
Well I only just found out out this, and Tmux plugins in general so I figured I would give it a try.
|
Hi, Just wanted to comment that 1 doesn't necessarily requires a lot of more code, I was able to implement a case insensitive search by placing In the second regard, by modifying list_sessions.sh to accept input data you could create a loop to give feedback if more than 1 entry matches the search pattern. https://github.com/chilicuil/tundle-plugins/blob/master/tmux-sessionist/scripts/list_sessions.sh#L9 I could work in a pull request if the approach seems ok for this plugin. |
When opening the session list
<prefix> + g
some of my tmux sessions are in mix case or all uppercase. I think the tmux-sessionist plugin's search should be case insensitive, maybe give a filtered output if more than one session matches the search string, or display a message that exact matching is not possible with the search string?.The text was updated successfully, but these errors were encountered: