Poor man's full-text search engine over org files powered by ivy.
This package provides a function `org-ivy-search-view' which utilizes ivy to do a full text search over org files.
    (require 'org-ivy-search)
    (setq org-agenda-files '("~/workspace/org/"))
    (global-set-key (kbd "C-c o") #'org-ivy-search-view)- Full text search
 - Search on-the-fly
 - Fuzzy matching
 
LICENSE. Copyright (c) 2022-2025 Huming Chen chenhuming@gmail.com
