| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'tiny-fixes' of https://github.com/thetubster99/cookedrice into ↵ | Luke Smith | 2024-07-15 | 1 | -1/+1 |
| |\ | | | | | | | thetubster99-tiny-fixes | ||||
| | * | Tiny fix and optimization | thetubster99 | 2024-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | close #1423 | Luke Smith | 2024-07-15 | 1 | -3/+3 |
| | | | |||||
| * | | (lf,maimpick) added preview for .xcf files, fixed OCR selection in dmenu ↵ | venatio | 2024-06-02 | 1 | -0/+5 |
| |/ | | | | script (#1420) | ||||
| * | map gh fix (#1414) | Ryan F | 2024-05-23 | 1 | -1/+1 |
| | | | | map gh doesn't do anything because it doesn't recognize multi-letter commands. mapping H to cd to ~ | ||||
| * | Corrects "application/octet-stream is for arbitrary binary files" (#1337) | poeplva | 2024-05-11 | 1 | -3/+9 |
| | | | | | | | | | | * Corrects the syntax error in "application/octet-stream is for arbitrary binary files" #1321 had a syntax error, this commit correct it. * Update lfrc support for ts | ||||
| * | Added 5 new mappings, 3 of which pipe to clipboard (#1373) | TheYellowArchitect | 2024-05-11 | 1 | -1/+8 |
| | | | | | | | | | | | | 1. Copies the selected filename instead of the filepath, and pipes it to clipboard. 2. Copies the selected filename and if it matches the yt-dlp downloaded video format [1234567891011], gets the full youtube URL and pipes it to clipboard. 3. Copies the selected filename and if it matches the yt-dlp downloaded video format [1234567891011], gets the full piped.video URL and pipes it to the clipboard. (piped.video is a mirror of youtube, even includes comments) 4. Opens current folder in full picture mode. Think windows large icons mode. Good for browsing quickly through image albums. 5. Ctrl+l to unselect all selections so the behaviour matches the terminal. | ||||
| * | lf-scope: adds SVG preview creating cache. (#1360) | Luciano | 2023-11-15 | 1 | -0/+5 |
| | | |||||
| * | Fix pdf and plain text previws in lf (#1369) | thirtysix | 2023-11-15 | 1 | -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 | ||||
| * | An unnecessary(?), small improvement for lf mkdir command (#1372) | Emre AKYÜZ | 2023-11-13 | 1 | -2/+2 |
| | | | | | | The new method is more robust and better handles directory names with spaces and special characters. It's more minimal. | ||||
| * | Unpack Function for LF Without Aunpack (#1334) | Emre AKYÜZ | 2023-10-27 | 1 | -1/+16 |
| | | | | We can simply eliminate the usage of an external tool by adding a simple case statement to handle different types of compressed files. | ||||
| * | djvu files cannot be previewed (#1335) | poeplva | 2023-07-23 | 1 | -0/+4 |
| | | | | added support for previewing books in djvu format. | ||||
| * | Add jsonl to lf (#1345) | Lalle | 2023-07-23 | 1 | -1/+1 |
| | | |||||
| * | nsxiv replaces unmaintained sxiv | Luke Smith | 2023-07-15 | 1 | -1/+1 |
| | | |||||
| * | Revert "application/octet-stream is for arbitrary binary files (#1321)" (#1336) | Luke Smith | 2023-05-27 | 1 | -8/+3 |
| | | | | This reverts commit af2710799b069486d04ba23c5bdab9cf6c4d6b04. | ||||
| * | application/octet-stream is for arbitrary binary files (#1321) | poeplva | 2023-05-26 | 1 | -3/+8 |
| | | | | application/octet-stream mime-type is used for arbitrary binary files, so the best guess at opening those kind of should be based on the extension. before this all of this kind of files were tried to be opened with zathura, now it is the last resort in case the file extension is unknown. | ||||
| * | bulkrename using built-ins instead of using a completely separate program ↵ | Mahdi Nayef | 2023-05-26 | 1 | -1/+21 |
| | | | | | | | | (#1330) * bulkrename using bult-ins instead of using a completely separate program * Make it more efficient | ||||
| * | Fix rename key bindings in lf (#1331) | Mahdi Nayef | 2023-05-24 | 1 | -4/+4 |
| | | |||||
| * | change requested by lf-git after update. (#1319) | pony-montana | 2023-05-02 | 1 | -1/+1 |
| | | |||||
| * | Change LibreOffice binaries to libreoffice (#1294) | anggatd | 2023-04-20 | 1 | -6/+1 |
| | | | | In the current update, the libreoffice package doesn't have any binary for libreoffice writer, calc, impress, draw, etc. So it's better to open all of the document using the 'libreoffice' binary as it can work in the old version of libreoffice as well as the new one. | ||||
| * | Add support for avif in lf (#1262) | PrivateLalle | 2023-02-07 | 2 | -1/+4 |
| | | | | Co-authored-by: Victor Risgaard <victor@risgaard.xyz> | ||||
| * | Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259) | PrivateLalle | 2023-02-06 | 1 | -0/+1 |
| | | | | | | | | | | | | * Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar * Update sb-doppler * Scandinavian countries listed --------- Co-authored-by: Victor Risgaard <victor@risgaard.xyz> | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2023-01-15 | 2 | -4/+4 |
| |\ | |||||
| | * | fix epub preview not working (#1238) | Adrian Wijaya | 2022-11-19 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-11-16 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Avoid expansion of file path containing spaces (#1230) | Gioele De Vitti | 2022-11-16 | 1 | -2/+2 |
| | | | | |||||
| | * | | fix #1236 | Luke Smith | 2022-11-16 | 1 | -2/+2 |
| | |/ | |||||
| | * | close #1234 | Luke Smith | 2022-11-16 | 1 | -1/+1 |
| | | | |||||
| * | | tweaks | Luke Smith | 2023-01-15 | 1 | -2/+2 |
| |/ | |||||
| * | lf previews with gnome-epub-thumbnailer | Luke Smith | 2022-10-17 | 1 | -0/+5 |
| | | |||||
| * | set autoquit | Luke Smith | 2022-09-27 | 1 | -0/+1 |
| | | |||||
| * | Remove permissions | Ian Breckenridge | 2022-08-21 | 1 | -0/+0 |
| | | | | | After testing they weren't needed after all | ||||
| * | Change file permissions | Ian Breckenridge | 2022-08-21 | 1 | -0/+0 |
| | | |||||
| * | Support lf icons file | Ian Breckenridge | 2022-08-21 | 1 | -0/+76 |
| | | |||||
| * | libreoffice programs, close #1155 | Luke Smith | 2022-08-05 | 1 | -0/+6 |
| | | |||||
| * | Fix fzf select in lf (#1126) | Andrew | 2022-06-17 | 1 | -1/+1 |
| | | | | Without double quotes, fzf-select fails when selecting a file whose path contains whitespace. | ||||
| * | Numerous improvements to scope (#1088) | Rokosun | 2022-04-27 | 1 | -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. | ||||
| * | fix "extention" typo (#1103) | i-c-u-p | 2022-04-10 | 1 | -2/+2 |
| | | | | replaces all appearances of "extention" with "extension" | ||||
| * | feat(lf): Add JSON preview (#1090) | Oscar Lastra | 2022-03-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-03-12 | 1 | -1/+1 |
| |\ | |||||
| | * | fixed typo (#1084) | Coco | 2022-03-12 | 1 | -1/+1 |
| | | | | | | | lfup -> lfub on line 13 | ||||
| * | | scope-lol | Luke Smith | 2022-03-12 | 1 | -37/+30 |
| |/ | |||||
| * | lf cleanup | Luke Smith | 2022-03-11 | 2 | -7/+28 |
| | | |||||
| * | needed for lf images | Luke Smith | 2022-03-06 | 1 | -27/+20 |
| | | |||||
| * | lf tweaks included ueberzug images | Luke Smith | 2022-03-06 | 1 | -3/+8 |
| | | |||||
| * | typos (#1067) | i-c-u-p | 2022-01-26 | 1 | -2/+2 |
| | | |||||
| * | follow symlinks when detecting filetype in lf (#1052) | Future is FOSS | 2021-12-04 | 1 | -1/+1 |
| | | | | fix bug in lf where symlinked files don't open in the expected program | ||||
| * | lf tweaks | Luke Smith | 2021-11-12 | 1 | -4/+4 |
| | | |||||
| * | ext: Remove in favor of atool (#1013) | krisdoodle45 | 2021-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * ext: Give the ability to extract multiple files and wildcards * Variable renaming * Make user get prompted if extracted file overwrites another file * Deleted ext We have atool * Replace ext with aunpack | ||||
| * | avoid the lf/sxiv resize bug by not swallowing | Luke Smith | 2021-10-02 | 1 | -1/+1 |
| | | |||||
