lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit d2efd386dcc008ddd8234d99ddb79585fbbf4598
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Dec 3 00:31:15 2023 +0200
4
5
    Auto-Commit Update - 20231203
6
---
7
 PKGBUILD                                           |   2 +-
8
 README.md                                          |   2 +-
9
 .../__pycache__/__init__.cpython-311.pyc           | Bin 0 -> 550 bytes
10
 .../__pycache__/__main__.cpython-311.pyc           | Bin 0 -> 2339 bytes
11
 .../lfpreviewer/__pycache__/action.cpython-311.pyc | Bin 0 -> 15553 bytes
12
 .../lfpreviewer/__pycache__/batch.cpython-311.pyc  | Bin 0 -> 17628 bytes
13
 .../__pycache__/conversion.cpython-311.pyc         | Bin 0 -> 722 bytes
14
 .../lfpreviewer/__pycache__/files.cpython-311.pyc  | Bin 0 -> 3150 bytes
15
 .../__pycache__/geometry.cpython-311.pyc           | Bin 0 -> 1497 bytes
16
 .../lfpreviewer/__pycache__/layer.cpython-311.pyc  | Bin 0 -> 16458 bytes
17
 .../__pycache__/loading.cpython-311.pyc            | Bin 0 -> 26156 bytes
18
 .../lfpreviewer/__pycache__/parser.cpython-311.pyc | Bin 0 -> 8085 bytes
19
 .../__pycache__/pattern.cpython-311.pyc            | Bin 0 -> 1074 bytes
20
 .../__pycache__/process.cpython-311.pyc            | Bin 0 -> 4950 bytes
21
 .../__pycache__/scaling.cpython-311.pyc            | Bin 0 -> 14024 bytes
22
 .../__pycache__/terminal.cpython-311.pyc           | Bin 0 -> 4883 bytes
23
 .../lfpreviewer/__pycache__/thread.cpython-311.pyc | Bin 0 -> 2823 bytes
24
 .../__pycache__/tmux_util.cpython-311.pyc          | Bin 0 -> 4661 bytes
25
 .../lfpreviewer/__pycache__/ui.cpython-311.pyc     | Bin 0 -> 10598 bytes
26
 .../lfpreviewer/__pycache__/xutil.cpython-311.pyc  | Bin 0 -> 7722 bytes
27
 usr/share/doc/lfp/README.html                      | 139 ---------------------
28
 usr/share/doc/lfp/README.md                        |   2 +-
29
 usr/share/lfp/lfprc                                |   2 +-
30
 23 files changed, 4 insertions(+), 143 deletions(-)
31
32
diff --git a/PKGBUILD b/PKGBUILD
33
index 646bfbb..bd0452d 100644
34
--- a/PKGBUILD
35
+++ b/PKGBUILD
36
@@ -1,7 +1,7 @@
37
 # Maintainer: Connor Etherington <[email protected]>
38
 # ---
39
 pkgname=lfp
40
-pkgver=4.1.2
41
+pkgver=4.1.3
42
 pkgrel=1
43
 pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more'
44
 license=('MIT')
45
diff --git a/README.md b/README.md
46
index 3cd691a..eb2462a 100644
47
--- a/README.md
48
+++ b/README.md
49
@@ -4,7 +4,7 @@
50
 ### `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.
51
 ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file.
52
 
53
-**Version: 4.1.2**
54
+**Version: 4.1.3**
55
 
56
 ***
57
 
58
diff --git a/lfpreviewer/lfpreviewer/__pycache__/__init__.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/__init__.cpython-311.pyc
59
new file mode 100644
60
index 0000000..2efc8a2
61
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/__init__.cpython-311.pyc differ
62
diff --git a/lfpreviewer/lfpreviewer/__pycache__/__main__.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/__main__.cpython-311.pyc
63
new file mode 100644
64
index 0000000..aabbffa
65
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/__main__.cpython-311.pyc differ
66
diff --git a/lfpreviewer/lfpreviewer/__pycache__/action.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/action.cpython-311.pyc
67
new file mode 100644
68
index 0000000..5249bb3
69
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/action.cpython-311.pyc differ
70
diff --git a/lfpreviewer/lfpreviewer/__pycache__/batch.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/batch.cpython-311.pyc
71
new file mode 100644
72
index 0000000..f7a0e43
73
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/batch.cpython-311.pyc differ
74
diff --git a/lfpreviewer/lfpreviewer/__pycache__/conversion.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/conversion.cpython-311.pyc
75
new file mode 100644
76
index 0000000..4f88aa8
77
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/conversion.cpython-311.pyc differ
78
diff --git a/lfpreviewer/lfpreviewer/__pycache__/files.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/files.cpython-311.pyc
79
new file mode 100644
80
index 0000000..cb9ff05
81
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/files.cpython-311.pyc differ
82
diff --git a/lfpreviewer/lfpreviewer/__pycache__/geometry.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/geometry.cpython-311.pyc
83
new file mode 100644
84
index 0000000..588d24b
85
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/geometry.cpython-311.pyc differ
86
diff --git a/lfpreviewer/lfpreviewer/__pycache__/layer.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/layer.cpython-311.pyc
87
new file mode 100644
88
index 0000000..f858dc7
89
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/layer.cpython-311.pyc differ
90
diff --git a/lfpreviewer/lfpreviewer/__pycache__/loading.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/loading.cpython-311.pyc
91
new file mode 100644
92
index 0000000..eedcd28
93
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/loading.cpython-311.pyc differ
94
diff --git a/lfpreviewer/lfpreviewer/__pycache__/parser.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/parser.cpython-311.pyc
95
new file mode 100644
96
index 0000000..3f5ef68
97
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/parser.cpython-311.pyc differ
98
diff --git a/lfpreviewer/lfpreviewer/__pycache__/pattern.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/pattern.cpython-311.pyc
99
new file mode 100644
100
index 0000000..2a7ea22
101
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/pattern.cpython-311.pyc differ
102
diff --git a/lfpreviewer/lfpreviewer/__pycache__/process.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/process.cpython-311.pyc
103
new file mode 100644
104
index 0000000..4133e47
105
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/process.cpython-311.pyc differ
106
diff --git a/lfpreviewer/lfpreviewer/__pycache__/scaling.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/scaling.cpython-311.pyc
107
new file mode 100644
108
index 0000000..2f34aa3
109
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/scaling.cpython-311.pyc differ
110
diff --git a/lfpreviewer/lfpreviewer/__pycache__/terminal.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/terminal.cpython-311.pyc
111
new file mode 100644
112
index 0000000..992111a
113
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/terminal.cpython-311.pyc differ
114
diff --git a/lfpreviewer/lfpreviewer/__pycache__/thread.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/thread.cpython-311.pyc
115
new file mode 100644
116
index 0000000..fe1f508
117
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/thread.cpython-311.pyc differ
118
diff --git a/lfpreviewer/lfpreviewer/__pycache__/tmux_util.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/tmux_util.cpython-311.pyc
119
new file mode 100644
120
index 0000000..a0e6e43
121
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/tmux_util.cpython-311.pyc differ
122
diff --git a/lfpreviewer/lfpreviewer/__pycache__/ui.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/ui.cpython-311.pyc
123
new file mode 100644
124
index 0000000..427819f
125
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/ui.cpython-311.pyc differ
126
diff --git a/lfpreviewer/lfpreviewer/__pycache__/xutil.cpython-311.pyc b/lfpreviewer/lfpreviewer/__pycache__/xutil.cpython-311.pyc
127
new file mode 100644
128
index 0000000..3482795
129
Binary files /dev/null and b/lfpreviewer/lfpreviewer/__pycache__/xutil.cpython-311.pyc differ
130
diff --git a/usr/share/doc/lfp/README.html b/usr/share/doc/lfp/README.html
131
deleted file mode 100644
132
index 9ac51df..0000000
133
--- a/usr/share/doc/lfp/README.html
134
+++ /dev/null
135
@@ -1,139 +0,0 @@
136
-<!DOCTYPE html>
137
-<html><head><meta charset="UTF-8" />
138
-  <meta name="viewport" content="width=device-width" initial-scale="1.0" />
139
-  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512pt%22%20height%3D%22512pt%22%20viewBox%3D%220%200%20512%20512%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cg%20transform%3D%22translate(0.000000%2C512.000000)%20scale(0.100000%2C-0.100000)%22%20fill%3D%22%230e0%22%20stroke%3D%22none%22%3E%3Cpath%20d%3D%22M2405%205099%20c-94%20-14%20-233%20-57%20-315%20-98%20-90%20-45%20-1366%20-781%20-1429%20-824%20-62%20-42%20-186%20-161%20-236%20-227%20-60%20-79%20-108%20-165%20-148%20-266%20-73%20-183%20-70%20-147%20-74%20-1064%20-5%20-880%20-2%20-953%2043%20-1107%2065%20-225%20213%20-435%20397%20-567%20103%20-73%201441%20-842%201515%20-870%20153%20-58%20215%20-69%20397%20-70%20192%20-1%20273%2014%20420%2076%2088%2038%201366%20771%201484%20852%20196%20134%20348%20346%20416%20582%2044%20150%2046%20227%2042%201104%20-4%20918%20-1%20880%20-74%201065%20-62%20156%20-140%20272%20-265%20391%20-41%2039%20-94%2084%20-119%20101%20-102%2070%20-1424%20826%20-1492%20853%20-178%2071%20-377%2096%20-562%2069z%20m287%20-440%20c29%20-6%2082%20-24%20117%20-40%2084%20-38%201363%20-776%201404%20-811%2018%20-14%2030%20-28%2027%20-30%20-20%20-17%20-1355%20-781%20-1390%20-796%20-179%20-76%20-409%20-75%20-585%203%20-56%2025%20-1353%20771%20-1373%20790%20-12%2010%20-8%2017%2020%2038%2037%2029%201285%20750%201378%20797%2033%2017%2086%2037%20118%2044%2070%2018%20213%2020%20284%205z%20m-1338%20-1662%20c362%20-209%20693%20-395%20735%20-413%2042%20-18%20115%20-43%20164%20-55%20l87%20-22%200%20-1013%200%20-1013%20-27%2010%20c-42%2014%20-143%2071%20-799%20449%20-593%20341%20-600%20346%20-684%20430%20-96%2096%20-138%20169%20-170%20297%20-19%2073%20-20%20114%20-20%20873%200%20439%203%20811%206%20828%206%2028%208%2030%2028%2020%2011%20-6%20317%20-182%20680%20-391z%20m3125%20-448%20c1%20-770%200%20-809%20-19%20-882%20-32%20-128%20-74%20-201%20-170%20-297%20-85%20-85%20-88%20-87%20-740%20-461%20-657%20-378%20-699%20-401%20-745%20-419%20l-25%20-10%200%201014%200%201013%2086%2022%20c48%2012%20119%2035%20158%2051%2040%2017%20380%20208%20757%20425%20641%20370%20684%20393%20691%20372%203%20-12%206%20-385%207%20-828z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E" />
140
-  <link rel="stylesheet" href="https://strap.concise.cc/cstrap.css" />
141
-  <title>LFP</title>
142
-  </head><body>
143
-
144
-    <h1>An lf wrapper, with built-in previews and on-exit directory changing.</h1>
145
-    <h3><code>lfp</code> is a simple wrapper for the <code>lf</code> file manager, with built-in file, image, and video previews, as well as on-exit directory changing.</h3>
146
-    <h3>The program makes use of <code>ueberzug</code> to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the <em>scope</em> file.</h3>
147
-    <p><strong>Version: 4.1.1</strong></p>
148
-    <hr>
149
-    <p><img src="https://gitlab.com/a4to/lfp/-/raw/master/.gitlab/media/previews.gif" alt="previews"></p>
150
-    <h2>Usage:</h2>
151
-    <p>Run <code>lfp</code>. Optionally, a startup directory can be specified by a second argument. By default, <code>lfp</code> will launch in your current working directory.
152
-    Icons for relative file types can be changed by editing the lfp-icons file in <em>'/usr/share/lfp/lfp-icons'</em>.</p>
153
-    <p><strong>CD on exit:</strong></p>
154
-    <p>For on-exit directory changing, add the following line to your bash/zshrc:</p>
155
-    <pre><code>source '/usr/share/lfp/lfpcd'
156
-    </code></pre>
157
-    <p><strong>LFP OCR:</strong></p>
158
-    <p>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.
159
-    All detected text is copied to your clipboard.</p>
160
-    <p><img src="https://gitlab.com/a4to/lfp/-/raw/master/.gitlab/media/OCR.gif" alt="OCR"></p>
161
-    <h2>Installation</h2>
162
-    <h3>Arch Linux</h3>
163
-    <p>lfp is available in the AUR as <code>lfp</code> or <code>lfp-git</code></p>
164
-    <h3>Manual Installation</h3>
165
-    <pre><code>tmp=$(mktemp -d);
166
-    git clone https://gitlab.com/a4to/lfp.git ${tmp} &amp;&amp;
167
-    cd ${tmp} &amp;&amp; sudo make clean install &amp;&amp; cd - &amp;&amp;
168
-    rm -rf ${tmp} &gt;/dev/null 2&gt;&amp;1 || true
169
-    </code></pre>
170
-    <p><strong>To uninstall lfp:</strong></p>
171
-    <pre><code>sudo make uninstall
172
-    </code></pre>
173
-    <h2>Prerequisites:</h2>
174
-    <ul>
175
-    <li><code>lf</code>: the file manager</li>
176
-    <li><code>zsh</code>: for scripting</li>
177
-    <li><code>ueberzug</code>: for image previews</li>
178
-    <li><code>ghostscript</code>: for PDF previews</li>
179
-    <li><code>graphicsmagick</code>: for SVG and GIF previews</li>
180
-    <li><code>ffmpeg</code>: for video file thumbnail previews</li>
181
-    <li><code>dialog</code>: required by many functions outside the scope of image and video previews</li>
182
-    <li><code>dunst</code>: to receive notifications upon task completion and so forth</li>
183
-    <li><code>fzf</code>: for lfp's <em>fzfp</em> (fuzzy-finding) and <em>pushto</em> (git push) capabilities</li>
184
-    <li><code>bat</code>: for text file previews</li>
185
-    <li><code>git</code>: for cloning repos from within lfp</li>
186
-    <li><code>lolcat</code>: used in lfp's <em>fzfp</em> function</li>
187
-    </ul>
188
-    <h2>Optional Dependencies:</h2>
189
-    <ul>
190
-    <li><code>nodejs</code>: to make use of lfps built in node actions manager</li>
191
-    <li><code>python3</code>: to make use of lfps built in python actions manager</li>
192
-    </ul>
193
-    <h2>Keybindings</h2>
194
-    <h3>Navigation:</h3>
195
-    <ul>
196
-    <li><strong>h</strong>: Left</li>
197
-    <li><strong>j</strong>: Down</li>
198
-    <li><strong>k</strong>: Up</li>
199
-    <li><strong>l</strong>: Right</li>
200
-    </ul>
201
-    <h3>Main Features and Functions:</h3>
202
-    <ul>
203
-    <li><strong>.</strong>: Activate NodeManager</li>
204
-    <li><strong>,</strong>: Activate PyManager</li>
205
-    <li><strong>o</strong>: Activate LFP OCR</li>
206
-    <li><strong>v</strong>: Toggle select all file(s)</li>
207
-    <li><strong>y</strong>: Copy selected file(s)</li>
208
-    <li><strong>c</strong>: Cut selected file(s)</li>
209
-    <li><strong>d</strong>: Delete selected file(s)</li>
210
-    <li><strong>p</strong>: Paste selected file(s)</li>
211
-    <li><strong>d</strong>: Delete selected file(s)</li>
212
-    <li><strong>s</strong>: Edit file you're currently hovering over</li>
213
-    <li><strong>n</strong>: Create new directory</li>
214
-    <li><strong>m</strong>: Play with mpv</li>
215
-    <li><strong>f</strong>: Activate fzfp (lfp's fuzzy-finder)</li>
216
-    <li><strong>b</strong>: Open file in default browser</li>
217
-    <li><strong>e</strong>: Prompts you for a filename to edit/create</li>
218
-    <li><strong>t</strong>: Prompts you for a filename for blank file to create</li>
219
-    <li><strong>x</strong>: Execute selected file(s)</li>
220
-    <li><strong>z</strong>: Open in <code>sxiv</code> (an image viewer)</li>
221
-    <li><strong>q</strong>: Quit lfp</li>
222
-    <li><strong>&lt;Space&gt;</strong>: Select file(s)</li>
223
-    <li><strong>&lt;Period&gt;</strong>: (.) - Activates Node Actions, various npm/yarn actions / quick command execution</li>
224
-    </ul>
225
-    <h3>NodeManager:</h3>
226
-    <p>The NodeManager function provides various actions to manage a Node.js project, including:</p>
227
-    <p><img src="https://gitlab.com/a4to/lfp/-/raw/master/.gitlab/media/NodeManager.gif" alt="NodeManager"></p>
228
-    <ul>
229
-    <li><strong>↑ Arrow</strong>: Initialize a package.json file.</li>
230
-    <li><strong>↓ Arrow</strong>: Select a javascript file to run.</li>
231
-    <li><strong>← Arrow</strong>: Specify package(s) to install from npm.</li>
232
-    <li><strong>→ Arrow</strong>: Start the server (yarn start).</li>
233
-    <li><strong>[h|d|m]</strong>:: Start the server in development mode (yarn dev).</li>
234
-    <li><strong>[b|n]</strong>: Build the project (yarn build).</li>
235
-    <li><strong>[i|I|,]</strong>: Initialize a new npm project.</li>
236
-    <li><strong>[r]</strong>: Remove specified packages.</li>
237
-    <li><strong>.</strong>: Update the server (yarn).</li>
238
-    <li><strong>/</strong>: Create a webserver on port 3000 (requires serve).</li>
239
-    <li><strong>q</strong>: Exit.</li>
240
-    </ul>
241
-    <h3>PyManager:</h3>
242
-    <p>The PyManager function provides various actions to manage a Python project, including:</p>
243
-    <p><img src="https://gitlab.com/a4to/lfp/-/raw/master/.gitlab/media/PyManager.gif" alt="PyManager"></p>
244
-    <ul>
245
-    <li><strong>↑ Arrow</strong>: Create a new Conda environment at &quot;https://gitlab.com/a4to/lfp/-/raw/master/.🐍&quot;.</li>
246
-    <li><strong>↓ Arrow</strong>: Select a python script to run.</li>
247
-    <li><strong>← Arrow</strong>: Select package(s) to install from pypi.</li>
248
-    <li><strong>→ Arrow</strong>: Run the main.py script if found.</li>
249
-    <li><strong>q</strong>: Exit.</li>
250
-    </ul>
251
-    <h3>Additional Actions and Features:</h3>
252
-    <ul>
253
-    <li><strong>B</strong>: Bulk rename</li>
254
-    <li><strong>E</strong>: Extract archive</li>
255
-    <li><strong>D</strong>: (sudo) Delete selected file(s)</li>
256
-    <li><strong>L</strong>: Symlink selected file(s) to current directory</li>
257
-    <li><strong>H</strong>: Create hardlink of selected file(s) to current directory</li>
258
-    <li><strong>R</strong>: Create relative symlink of selected file(s) to current directory</li>
259
-    <li><strong>E</strong>: Extract archive (bz2 rar gz tar tar.* tbz2 tgz zip Z 7z deb)</li>
260
-    <li><strong>C</strong>: CopyPath, this feature copies the absolute path of the file youre currently hovering over to your clipboard</li>
261
-    <li><strong>&lt;Ctrl+c&gt;</strong>: Quick clone a git repository without leaving lfp</li>
262
-    <li><strong>&lt;Ctrl+g&gt;</strong>: Activate pushto - select a branch to push to (only works inside a git repo)</li>
263
-    <li><strong>&lt;Ctrl+b&gt;</strong>: Open file in browser</li>
264
-    <li><strong>&lt;Ctrl+6&gt;</strong>: Chmod 644 selected file(s)</li>
265
-    <li><strong>&lt;Ctrl+7&gt;</strong>: Chmod 755 selected file(s)</li>
266
-    <li><strong>&lt;Ctrl+8&gt;</strong>: Chmod 700 selected file(s)</li>
267
-    <li><strong>&lt;Enter&gt;</strong>: Enter shell command</li>
268
-    </ul>
269
-    <p>And many more.</p>
270
-    <h3>File Type Icons:</h3>
271
-    <p><img src="https://gitlab.com/a4to/lfp/-/raw/master/.gitlab/media/fileTypes.gif" alt="fileTypes"></p>
272
-
273
-  </body>
274
-</html>
275
diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md
276
index ab39372..ae2a3ff 100644
277
--- a/usr/share/doc/lfp/README.md
278
+++ b/usr/share/doc/lfp/README.md
279
@@ -4,7 +4,7 @@
280
 ### `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.
281
 ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file.
282
 
283
-**Version: 4.1.2**
284
+**Version: 4.1.3**
285
 
286
 ***
287
 
288
diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc
289
index 2550034..1b36152 100644
290
--- a/usr/share/lfp/lfprc
291
+++ b/usr/share/lfp/lfprc
292
@@ -7,7 +7,7 @@ set period 1
293
 set shell bash
294
 set scrolloff 10
295
 set drawbox true
296
-set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml"
297
+set hiddenfiles ".*:*.aux:*.bbl:*.bcf:*.blg:*.run.xml:yarn.lock:package-lock.json"
298
 set shellopts '-eu'
299
 set ifs "\n"
300