Commit Graph

68 Commits

Author SHA1 Message Date
ee2746e240 Assume 1 if priority was not specified 2022-06-10 11:46:31 +05:00
7e524e0687 Report error if such preview does not exist 2022-06-10 11:45:54 +05:00
46a00e4d4e Ignore 141 error code
Apparently it means process was terminated with SIGPIPE
and we want to ignore this error because lf sends this
signal when enough lines of input are read
2022-06-10 11:42:57 +05:00
f0204c359e Add support for comments in config 2022-06-09 12:34:21 +05:00
0d5c32baf5 Add ability to change previews priority in config 2022-06-09 10:54:37 +05:00
8f2b3a403b "Break" mimetype only once 2022-06-09 10:20:12 +05:00
3cfc0b2611 Minor 2022-06-09 10:02:30 +05:00
3a47728b7e Move src/previews.h -> previews.h 2022-06-09 09:55:53 +05:00
a98d491125 Move .c and .h to src/ 2022-06-08 15:41:30 +05:00
2b7d50e914 Minor 2022-06-08 15:26:14 +05:00
bd1eaaf6e0 Minor improvements 2022-06-08 15:25:39 +05:00
648df6fe5c {{{ -> {{ 2022-06-08 11:50:10 +05:00
d6d2ae46d9 Fix 2022-06-08 11:30:29 +05:00
1651ae8df9 Fixes, improvements 2022-06-08 10:39:05 +05:00
154a0bfd41 Print errors to stdout so lf doesn't swallow them 2022-06-08 08:43:27 +05:00
17f917f141 Fix 2022-06-08 08:43:18 +05:00
ecf560c2b8 end -> newline 2022-06-08 08:42:55 +05:00
9227cea15d Fix 2022-06-08 08:39:27 +05:00
ab271fd493 Show line and column on parse errors 2022-06-08 08:33:52 +05:00
ab47acdf04 Add custom previews support 2022-06-08 05:55:42 +05:00
55cd11f545 Add lexer for config parsing 2022-06-07 12:49:59 +05:00
0ae355868d Add vector_resize 2022-06-07 00:17:38 +05:00
55cb74435b Remove char_v, proper custom function naming 2022-06-06 04:43:46 +05:00
38c0b56286 Add vectors 2022-06-05 23:56:48 +05:00
09e688d53b Fix: write/read expect number of bytes, not len 2022-06-05 00:31:16 +05:00
302c77245b Minor 2022-06-05 00:19:11 +05:00
98770e2842 Minor 2022-06-02 05:47:45 +05:00
03f4da1b46 Minor: char const *c -> const char *c 2022-06-02 04:37:43 +05:00
d3c5a286c8 Calculate column widths 2022-06-01 21:17:47 +05:00
266ed12cdb Split prev/text.sh into 4 different previews 2022-06-01 21:09:33 +05:00
cc0b5d9342 Minor 2022-06-01 03:18:22 +05:00
f89b376e4b Fix: wrong label 2022-06-01 03:13:21 +05:00
402e4aa932 Minor 2022-06-01 03:05:24 +05:00
0da19f7c37 Fix 2022-06-01 02:48:36 +05:00
b28bd33f41 Fix: reopen fifo when writer closes 2022-06-01 02:47:37 +05:00
6690c5048d Fix: signal handlers don't work 2022-06-01 00:14:00 +05:00
a1d9f8d5d9 Minor 2022-05-31 23:50:26 +05:00
ba00ea1435 Fallback if $fifo is empty 2022-05-31 23:50:26 +05:00
e23690151c Check cache every time and don't call ctpv from preview 2022-05-31 23:50:03 +05:00
5f0a224d17 Minor 2022-05-31 22:59:43 +05:00
6717a5f62e Set $fifo variable when ctpv is started 2022-05-31 22:59:43 +05:00
ea3a852acc Minor 2022-05-29 23:34:21 +05:00
6bc8da73ca ctpvclear: add option to pass id as argument 2022-05-29 21:40:11 +05:00
ee85f98008 Fix 2022-05-29 21:33:20 +05:00
d2f87bc22f Ignore exiftool errors 2022-05-29 20:13:10 +05:00
bb0f2e955a Minor: comments, small fixes 2022-05-29 01:39:21 +05:00
647f07bab5 Minor 2022-05-29 01:38:29 +05:00
d67d10af9f Allow passing id as 6th argument 2022-05-29 01:06:41 +05:00
5bdf9d372b Prepend every script with helpers.sh in runtime 2022-05-28 22:33:18 +05:00
d921371610 Add char_v_append_str() 2022-05-28 22:31:09 +05:00