imsnif / monocle

A Zellij plugin to fuzzy find file names and contents in style 🧐
MIT License
128 stars 9 forks source link

Various fixes #16

Closed imsnif closed 5 months ago

imsnif commented 5 months ago

This includes:

  1. Removing the filesystem listening interface - this should improve performance and resource utilization significantly
  2. Fix some issues with wide-char rendering
  3. Allow configuring the search_filter on startup. It can be one of search_filter "file_names", search_filter "file_contents", search_filter "all" (the last being the default)