https://github.com/beacoder/org-ivy-search
Full text search for org files.
https://github.com/beacoder/org-ivy-search
full-text-search fuzzy-matching ivy org org-files org-ivy-search search-on-the-fly
Last synced: 7 months ago
JSON representation
Full text search for org files.
- Host: GitHub
- URL: https://github.com/beacoder/org-ivy-search
- Owner: beacoder
- License: gpl-3.0
- Created: 2022-12-20T03:37:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T06:51:19.000Z (7 months ago)
- Last Synced: 2025-03-03T07:29:47.642Z (7 months ago)
- Topics: full-text-search, fuzzy-matching, ivy, org, org-files, org-ivy-search, search-on-the-fly
- Language: Emacs Lisp
- Homepage:
- Size: 2.14 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# org-ivy-search
[](COPYING.md)
[](https://github.com/beacoder/org-ivy-search/actions)
[](https://melpa.org/#/org-ivy-search)
[](https://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
```lisp
(require 'org-ivy-search)
(setq org-agenda-files '("~/workspace/org/"))
(global-set-key (kbd "C-c o") #'org-ivy-search-view)
```# Screenshots

# Features
- [x] Full text search
- [x] Search on-the-fly
- [x] Fuzzy matching# License
[LICENSE](LICENSE). Copyright (c) 2022-2025 Huming Chen