| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | close #996 | Luke Smith | 2021-09-23 | 1 | -3/+3 |
| | | |||||
| * | close #1002 | Luke Smith | 2021-09-23 | 1 | -0/+2 |
| | | |||||
| * | Fix & improve lf's moveto, copyto and cd to bm-dir (#994) | krisdoodle45 | 2021-08-31 | 1 | -3/+3 |
| | | | | | | | | | | | * Changed paru to yay due to new LARBS changes * Fix & improve lf's moveto, copyto and cd to bm-dir When using any of the above functions they returned exit code 1. This was due to the cut command having tab as the delimiter, but spaces are used in the bm-dirs file. As an improvement comments are now automatically removed from the fzf options, because selecting those wouldn't work anyway. The final sed command substituting "~" for "$HOME" is also removed because that doesn't seem to do anything looking at the current structure of the bm-dirs file. The J bind needed more parsing and environment variable substitution because cd didn't work by default with values from a subshell. | ||||
| * | close #971 | Luke Smith | 2021-08-25 | 1 | -1/+1 |
| | | |||||
| * | fix #956 | Luke Smith | 2021-05-30 | 1 | -0/+1 |
| | | |||||
| * | Create and source bookmarks for/by lf (#917) | Janik Kemnade | 2021-04-06 | 1 | -0/+3 |
| | | | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de> | ||||
| * | Extract, Set Hidden shortcuts (#910) | Ryan Wilson | 2021-03-29 | 1 | -0/+11 |
| | | |||||
| * | lf additions | Luke Smith | 2020-12-26 | 1 | -7/+7 |
| | | |||||
| * | simplified, use setbg | Luke Smith | 2020-07-16 | 1 | -6/+3 |
| | | |||||
| * | update bulkrename to B, add setwallpaper shotcut | Elliotslab | 2020-07-16 | 1 | -1/+4 |
| | | |||||
| * | Update lfrc (hiddenfiles) | Lucas Budde Mior | 2020-07-10 | 1 | -0/+1 |
| | | |||||
| * | Added support for .tif images (#695) | Luke Bubar | 2020-06-06 | 1 | -1/+1 |
| | | | | tif files are a type of gray-scale images. | ||||
| * | just let it be swallowed | Luke Smith | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | lol fix | Luke Smith | 2020-05-30 | 1 | -1/+1 |
| | | |||||
| * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 1 | -9/+6 |
| | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | Added epub, cbz, and cbr support to lf (#655) | Luke Bubar | 2020-05-28 | 1 | -0/+3 |
| | | | | | | * Added `epub` support to the `lfrc` * Update lfrc | ||||
| * | move/copy files with spaces | Luke Smith | 2020-05-27 | 1 | -6/+9 |
| | | |||||
| * | chore: Use $XDG_CONFIG_HOME in lfrc (#554) | Jackson Law | 2020-04-10 | 1 | -1/+3 |
| | | |||||
| * | lf updates including better rename commands | Luke Smith | 2020-04-10 | 1 | -10/+23 |
| | | |||||
| * | will be replaced | Luke Smith | 2020-04-09 | 1 | -1/+0 |
| | | |||||
