a5ob7r

Results 4 comments of a5ob7r

Hello, @b4b4r07. I think this problem is rather happened by 0d39876. It is conflicting of grep matcher selection options(-E and -F). https://github.com/b4b4r07/enhancd/blob/0d39876a09b210798c3bde2dd89271bf8dbde506/src/filter.sh#L98-L101 https://github.com/b4b4r07/enhancd/blob/100b809043a04010ae836f25e4bbab07089e41ab/src/command.sh#L1-L11 ```sh $ grep -E -F ~/.enhancd/enhancd.log grep:...

Hello, @juliogc. When it occured "no entry" using enhancd in your environment, does it have a destination directory path in your enhancd.log file? ```sh # when $ cd Desktop no...

Hi, @juliogc. Thank you for your replay appnding gif! :+1: Did you use an AUTO_CD option of zsh to change directory? Maybe, implicit `cd` of AUTO_CD and explicit `cd` of...

@juliogc I also had a similar experience, too. :laughing: Did you solve your problem?