package docfd

  1. Overview
  2. No Docs
TUI multiline fuzzy document finder

Install

dune-project
 Dependency

Authors

Maintainers

Sources

13.0.0.tar.gz
sha256=fd8f8568f573aa820d36729dec808172c7e5ca17756293a2dbc8ab59e23a6143

Description

Think interactive grep for text files, PDFs, DOCXs, etc, but word/token based instead of regex and line based, so you can search across lines easily.

Docfd aims to provide good UX via integration with common text editors and PDF viewers, so you can jump directly to a search result with a single key press.

Features:

  • Multithreaded indexing and searching

  • Multiline fuzzy search of multiple files

  • Content view pane that shows the snippet surrounding the search result selected

  • Text editor and PDF viewer integration

  • Editable command history - rewrite/plan your actions in text editor

  • Search scope narrowing - limit scope of next search based on current search results

  • Clipboard integration

Tags

fuzzy document finder

Published: 15 Jun 2026

Dependencies (25)

  1. uucp
  2. uuseg >= "15.1.0"
  3. sqlite3 >= "5.0.0"
  4. diet
  5. progress >= "0.5.0"
  6. decompress >= "1.4.0"
  7. ppx_deriving >= "5.0"
  8. re >= "1.11.0"
  9. timedesc >= "3.1.2"
  10. containers-data
  11. eio_main >= "1.3"
  12. digestif
  13. eio >= "0.14"
  14. cmdliner >= "2.0.0"
  15. lwd >= "0.5"
  16. nottui-unix >= "0.4"
  17. nottui >= "0.4"
  18. notty-community
  19. spelll
  20. oseq
  21. containers >= "3.12"
  22. angstrom >= "0.15.0"
  23. fmt >= "0.9.0"
  24. dune >= "3.4"
  25. ocaml >= "5.2"

Dev Dependencies (4)

  1. odoc with-doc
  2. qcheck with-test
  3. qcheck-alcotest with-test
  4. alcotest with-test

Used by

None

Conflicts

None