summaryrefslogtreecommitdiffstats
path: root/.config/lf/scope
Commit message (Collapse)AuthorAgeFilesLines
* lf improvements (#1477)themamiza2026-05-311-23/+18
| | | | | | | | | | | | | | | | | | | | | | * Remove and merge duplicate entries The 'case' statement had two identical commands for opening files using `zathura`. Removed the extra match patterns and merged into one. * Fix file checks * Fix indentation and use the same syntax style All the indentation are fixed. All syntax styles have been set to match the first occurrence. * Slightly faster filename generation for thumbnails Use `md5sum` instead of `sha256sum` since the hash is only used as a cache identifier (no security/integrity requirement). Remove the trailing “ -” that `md5sum` prints for stdin by trimming everything after the first space using POSIX parameter expansion (${var%% *}), avoiding extra processes like `cut` or `awk`.
* close #1423Luke Smith2024-07-151-3/+3
|
* (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵venatio2024-06-021-0/+5
| | | | script (#1420)
* lf-scope: adds SVG preview creating cache. (#1360)Luciano2023-11-151-0/+5
|
* Fix pdf and plain text previws in lf (#1369)thirtysix2023-11-151-5/+1
| | | | | | | | | * Fix pdf and plain text previws in lf Pdf previws don't appear because are generated with wrong filename. Plain text previws with `bat` don't respect terminal theme and have annoying border. * Revert pdf cache filename to work properly
* djvu files cannot be previewed (#1335)poeplva2023-07-231-0/+4
| | | added support for previewing books in djvu format.
* Add jsonl to lf (#1345)Lalle2023-07-231-1/+1
|
* Add support for avif in lf (#1262)PrivateLalle2023-02-071-0/+3
| | | Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
* fix epub preview not working (#1238)Adrian Wijaya2022-11-191-1/+1
|
* close #1234Luke Smith2022-11-161-1/+1
|
* lf previews with gnome-epub-thumbnailerLuke Smith2022-10-171-0/+5
|
* Numerous improvements to scope (#1088)Rokosun2022-04-271-12/+12
| | | | | | fallback to using mediainfo when ffmpegthumbnailer or pdftoppm is not available. correct terminal width for bat. use cut instead of awk for efficiency. improve spacing/indentation for the sake of consistency in code.
* feat(lf): Add JSON preview (#1090)Oscar Lastra2022-03-131-1/+1
|
* scope-lolLuke Smith2022-03-121-37/+30
|
* needed for lf imagesLuke Smith2022-03-061-27/+20
|
* scope script simplifiedLuke Smith2019-09-231-81/+13
|
* lf config addedLuke Smith2019-05-231-0/+126