mrjohannchang / zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
Mozilla Public License 2.0
314 stars 37 forks source link

Cleaned up and added option to match without case sensitivity #16

Closed Maneren closed 3 years ago

Maneren commented 3 years ago
  1. I unpacked a lot of the find | while variables, moved repeated code to separate functions and fixed the formatting.
  2. Added case insensitive matching (#1), using $var:u syntax. It can be enabled by setting $zic_case_insensitive to true.

Tested on zsh 5.8 (x86_64-ubuntu-linux-gnu)