about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorJohn Garcia <jgarcia3788@yahoo.co.uk>2024-02-11 16:42:59 +0000
committerJohn Garcia <jgarcia3788@yahoo.co.uk>2024-02-11 16:42:59 +0000
commit7786bf7565c5c4247fffaf50c24fc8dc5e7510b8 (patch)
treeb1567bb3665d941f415e586a874c865419845760 /pkgs/by-name
parent8afc781161d3e814ca75a4d3c0bdab0adcbceb24 (diff)
downloadnixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar.gz
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar.bz2
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar.lz
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar.xz
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.tar.zst
nixlib-7786bf7565c5c4247fffaf50c24fc8dc5e7510b8.zip
docfd: change long description
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/do/docfd/package.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkgs/by-name/do/docfd/package.nix b/pkgs/by-name/do/docfd/package.nix
index 0a2616501180..37df7724c26a 100644
--- a/pkgs/by-name/do/docfd/package.nix
+++ b/pkgs/by-name/do/docfd/package.nix
@@ -25,15 +25,12 @@ ocamlPackages.buildDunePackage rec {
   meta = with lib; {
     description = "TUI multiline fuzzy document finder";
     longDescription = ''
-      Interactive grep, but word/token/phrase based rather than regex
-      and line based, so you can search across multiple lines (simlar to
-      Recoll but TUI).
-      Aims to provide a good UX via text editor and PDF viewer integration.
-      When opening a text file, Docfd opens file at first line of search
-      result. If PDF, then Docfd opens file at first page of the search
-      result and starts a text search of the most unique word of the matched
-      phrase within the same page.
-      Main intended use case: navigating directories of notes and PDFs.
+      TUI multiline fuzzy document finder.
+      Think interactive grep for both text files and PDFs, 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.
     '';
     homepage = "https://github.com/darrenldl/docfd";
     license = licenses.mit;