Skip to content

beacoder/org-ivy-search

Repository files navigation

org-ivy-search

MIT licensed Build Status MELPA 996.icu

Poor man's full-text search engine over org files powered by ivy.

Summary

This package provides a function `org-ivy-search-view' which utilizes ivy to do a full text search over org files.

Configuration

    (require 'org-ivy-search)
    (setq org-agenda-files '("~/workspace/org/"))
    (global-set-key (kbd "C-c o") #'org-ivy-search-view)

Screenshots

org-ivy-search-screenshot.gif

Features

  • Full text search
  • Search on-the-fly
  • Fuzzy matching

License

LICENSE. Copyright (c) 2022-2024 Huming Chen chenhuming@gmail.com