lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit 0160059ceffd351acd19d1a45fda9a55af51ada2
2
Author: Connor Etherington <[email protected]>
3
Date:   Mon Oct 2 08:26:04 2023 +0200
4
5
    Auto-Commit Update - 20231002
6
---
7
 README.md                   |   9 +++++++++
8
 usr/share/doc/lfp/README.md |  11 ++++++++++-
9
 usr/share/man/man1/lfp.1.gz | Bin 1800 -> 1916 bytes
10
 3 files changed, 19 insertions(+), 1 deletion(-)
11
12
diff --git a/README.md b/README.md
13
index 16c5f80..f3d345a 100644
14
--- a/README.md
15
+++ b/README.md
16
@@ -1,3 +1,4 @@
17
+
18
 # An lf wrapper, with built-in previews and on-exit directory changing.
19
 
20
 ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing.
21
@@ -19,6 +20,13 @@ For on-exit directory changing, add the following line to your bash/zshrc:
22
     source '/usr/share/lfp/lfpcd'
23
 
24
 
25
+**LFP OCR:**
26
+
27
+LFP OCR is a simple OCR script that uses tesseract to extract text from images. It can be used as a standalone script, or as a lfp action.
28
+All detected text is copied to your clipboard.
29
+
30
+
31
+
32
 
33
 ## Installation
34
 
35
@@ -77,6 +85,7 @@ lfp is available in the AUR as `lfp` or `lfp-git`
36
 
37
 * **.**: Activate NodeManager
38
 * **,**: Activate PyManager
39
+* **o**: Activate LFP OCR
40
 * **v**: Toggle select all file(s)
41
 * **y**: Copy selected file(s)
42
 * **c**: Cut selected file(s)
43
diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md
44
index c4b55ea..f3d345a 100644
45
--- a/usr/share/doc/lfp/README.md
46
+++ b/usr/share/doc/lfp/README.md
47
@@ -1,9 +1,10 @@
48
+
49
 # An lf wrapper, with built-in previews and on-exit directory changing.
50
 
51
 ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing.
52
 ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file.
53
 
54
-**Version: 4.0.4**
55
+**Version: 4.1.0**
56
 
57
 ***
58
 
59
@@ -19,6 +20,13 @@ For on-exit directory changing, add the following line to your bash/zshrc:
60
     source '/usr/share/lfp/lfpcd'
61
 
62
 
63
+**LFP OCR:**
64
+
65
+LFP OCR is a simple OCR script that uses tesseract to extract text from images. It can be used as a standalone script, or as a lfp action.
66
+All detected text is copied to your clipboard.
67
+
68
+
69
+
70
 
71
 ## Installation
72
 
73
@@ -77,6 +85,7 @@ lfp is available in the AUR as `lfp` or `lfp-git`
74
 
75
 * **.**: Activate NodeManager
76
 * **,**: Activate PyManager
77
+* **o**: Activate LFP OCR
78
 * **v**: Toggle select all file(s)
79
 * **y**: Copy selected file(s)
80
 * **c**: Cut selected file(s)
81
diff --git a/usr/share/man/man1/lfp.1.gz b/usr/share/man/man1/lfp.1.gz
82
old mode 100755
83
new mode 100644
84
index c452510..9ccffdc
85
Binary files a/usr/share/man/man1/lfp.1.gz and b/usr/share/man/man1/lfp.1.gz differ