summaryrefslogtreecommitdiffstats
path: root/.config/lf/lfrc
Commit message (Collapse)AuthorAgeFilesLines
* lf improvements (#1477)themamiza2026-05-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | * 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`.
* Improve UI for move/copy in lf (#1438)Rokosun2025-02-281-2/+4
| | | | | | | * Clear screen before move/copy Quick fix for https://github.com/LukeSmithxyz/voidrice/pull/1437#issuecomment-2430008043 * More UI improvements
* Fix dangerous copy/move script in lf (#1437)Rokosun2024-10-221-10/+22
| | | | | | | Context: I accidentally pressed the C key on my .config directory and was presented with a list of directories to copy it to, then I pressed escape to quit the fzf menu without choosing anything - instead of doing nothing the script copied all of the contents inside my .config directory into my home directory. After dealing with that mess I decided to make this PR which does the following: - Allow users to escape out of the fzf menu without unexpected copies - Asks the user for confirmation before copying/moving files - Some improvements in the UI
* Tiny fix and optimizationthetubster992024-05-231-1/+1
|
* map gh fix (#1414)Ryan F2024-05-231-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)poeplva2024-05-111-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)TheYellowArchitect2024-05-111-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.
* An unnecessary(?), small improvement for lf mkdir command (#1372)Emre AKYÜZ2023-11-131-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ÜZ2023-10-271-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.
* nsxiv replaces unmaintained sxivLuke Smith2023-07-151-1/+1
|
* Revert "application/octet-stream is for arbitrary binary files (#1321)" (#1336)Luke Smith2023-05-271-8/+3
| | | This reverts commit af2710799b069486d04ba23c5bdab9cf6c4d6b04.
* application/octet-stream is for arbitrary binary files (#1321)poeplva2023-05-261-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 Nayef2023-05-261-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 Nayef2023-05-241-4/+4
|
* change requested by lf-git after update. (#1319)pony-montana2023-05-021-1/+1
|
* Change LibreOffice binaries to libreoffice (#1294)anggatd2023-04-201-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)PrivateLalle2023-02-071-1/+1
| | | Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-01-151-3/+3
|\
| * Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-11-161-2/+2
| |\
| | * Avoid expansion of file path containing spaces (#1230)Gioele De Vitti2022-11-161-2/+2
| | |
| * | fix #1236Luke Smith2022-11-161-2/+2
| |/
* / tweaksLuke Smith2023-01-151-2/+2
|/
* set autoquitLuke Smith2022-09-271-0/+1
|
* libreoffice programs, close #1155Luke Smith2022-08-051-0/+6
|
* Fix fzf select in lf (#1126)Andrew2022-06-171-1/+1
| | | Without double quotes, fzf-select fails when selecting a file whose path contains whitespace.
* fix "extention" typo (#1103)i-c-u-p2022-04-101-2/+2
| | | replaces all appearances of "extention" with "extension"
* fixed typo (#1084)Coco2022-03-121-1/+1
| | | lfup -> lfub on line 13
* lf cleanupLuke Smith2022-03-111-7/+24
|
* lf tweaks included ueberzug imagesLuke Smith2022-03-061-3/+8
|
* typos (#1067)i-c-u-p2022-01-261-2/+2
|
* follow symlinks when detecting filetype in lf (#1052)Future is FOSS2021-12-041-1/+1
| | | fix bug in lf where symlinked files don't open in the expected program
* lf tweaksLuke Smith2021-11-121-4/+4
|
* ext: Remove in favor of atool (#1013)krisdoodle452021-10-201-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 swallowingLuke Smith2021-10-021-1/+1
|
* close #996Luke Smith2021-09-231-3/+3
|
* close #1002Luke Smith2021-09-231-0/+2
|
* Fix & improve lf's moveto, copyto and cd to bm-dir (#994)krisdoodle452021-08-311-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 #971Luke Smith2021-08-251-1/+1
|
* fix #956Luke Smith2021-05-301-0/+1
|
* Create and source bookmarks for/by lf (#917)Janik Kemnade2021-04-061-0/+3
| | | Co-authored-by: Kemmojo <kemnadej80@yahoo.de>
* Extract, Set Hidden shortcuts (#910)Ryan Wilson2021-03-291-0/+11
|
* lf additionsLuke Smith2020-12-261-7/+7
|
* simplified, use setbgLuke Smith2020-07-161-6/+3
|
* update bulkrename to B, add setwallpaper shotcutElliotslab2020-07-161-1/+4
|
* Update lfrc (hiddenfiles)Lucas Budde Mior2020-07-101-0/+1
|
* Added support for .tif images (#695)Luke Bubar2020-06-061-1/+1
| | | tif files are a type of gray-scale images.
* just let it be swallowedLuke Smith2020-06-011-1/+1
|
* lol fixLuke Smith2020-05-301-1/+1
|
* make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-301-9/+6
| | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* Added epub, cbz, and cbr support to lf (#655)Luke Bubar2020-05-281-0/+3
| | | | | * Added `epub` support to the `lfrc` * Update lfrc