Commit Graph

49 Commits

Author SHA1 Message Date
Mag Mell
6b0495f2c5
fix: add --follow option to paste command (#436) 2024-01-01 22:05:56 +08:00
三咲雅 · Misaki Masa
5fb0fceacb
perf: chunk loading for mime-types (#467) 2024-01-01 21:15:38 +08:00
sxyazi
ccb98ac21f
feat: v0.2.0 API 2023-12-30 23:41:41 +08:00
三咲雅 · Misaki Masa
32aa1909cf
feat: fine-grained scheduling priority (#462) 2023-12-29 22:37:43 +08:00
Rolv Apneseth
d2599b80b0
feat: filter files in real-time (#454) 2023-12-28 00:33:16 +08:00
三咲雅 · Misaki Masa
82bab0f24a
feat!: custom preloader & previewer (#401) 2023-12-26 19:48:33 +08:00
sxyazi
df42ca799e
feat: use a global clipboard 2023-12-19 22:49:54 +08:00
三咲雅 · Misaki Masa
d6ca524c53
feat: copy content over SSH (#447) 2023-12-12 10:46:19 +08:00
againstpetra
1d1a512710
feat: new config option to suppress pre-caching tasks (#430) 2023-12-06 01:07:23 +08:00
三咲雅 · Misaki Masa
6d29420e2f
refactor: integrate tasks into scheduler (#406) 2023-11-29 01:37:06 +08:00
JYShaw
b41bea9e8f
feat: support sorting by file extension (#405) 2023-11-28 15:16:42 +08:00
三咲雅 · Misaki Masa
a1984725e4
refactor: move event to shared (#403) 2023-11-28 02:21:36 +08:00
sxyazi
4d7d2ef082
feat: add a warning about <Backspace> key 2023-11-25 17:08:17 +08:00
sxyazi
f7f1e34649
refactor: use as_encoded_bytes instead of as_bytes 2023-11-25 12:38:54 +08:00
三咲雅 · Misaki Masa
47af821f48
fix: stepwise renaming causes uncertain sorting order (#398) 2023-11-25 10:10:34 +08:00
sxyazi
56b0611f7c
fix: peek down directories 2023-11-24 06:21:13 +08:00
三咲雅 · Misaki Masa
63b7491ad7
fix: popup components (Input, Select, etc.) being covered by previewed images (#360) 2023-11-23 21:36:35 +08:00
三咲雅 · Misaki Masa
d57a9642db
feat: make emacs readline keybindings configurable (#382) 2023-11-21 09:35:25 +08:00
三咲雅 · Misaki Masa
ac039c628e
fix: directories are recreated after deletion did not update the watcher tracking properly (#381) 2023-11-21 00:50:26 +08:00
sxyazi
27255b22de
fix: avoid expanding paths for non-regular URLs 2023-11-18 11:28:54 +08:00
三咲雅 · Misaki Masa
f3e45d4a47
feat: expose image max alloc and bound to allow for more control (#376) 2023-11-18 10:01:05 +08:00
Hanaasagi
bb2353c7b9
feat: make Input and Select positions customizable (#361) 2023-11-18 01:40:20 +08:00
三咲雅 · Misaki Masa
6a64b162be
perf: reduce peak memory footprint during decoding large images (#375) 2023-11-17 12:06:07 +08:00
sxyazi
ab7acfec5c
refactor: remove unnecessary code 2023-11-17 09:17:30 +08:00
sxyazi
027c7a79c1
fix: panic caused by incorrect offset reset 2023-11-15 23:38:04 +08:00
三咲雅 · Misaki Masa
24e92d09e5
perf: clear only limited cells when hiding images (#369) 2023-11-15 08:52:56 +08:00
三咲雅 · Misaki Masa
ff30b244b1
perf: precache small images to avoid cache misses; use symlink_metadata instead of metadata (#367) 2023-11-15 08:47:55 +08:00
Francis Chua
5968b82b0e
feat: emacs readline keybindings for Input component (#345) 2023-11-15 07:36:03 +08:00
sxyazi
3caf3ccda5
fix: Windows directory separator 2023-11-14 12:05:31 +08:00
三咲雅 · Misaki Masa
0931bc2bc6
feat: add support for opening a file on startup (#358) 2023-11-14 08:28:56 +08:00
sxyazi
5336f005ce
fix: find_do command missing 2023-11-13 02:14:11 +08:00
sxyazi
a0da57a293
fix: unable to clear preview image on can't get mimetype 2023-11-12 11:31:22 +08:00
sxyazi
c49bf02ca4
fix: cd doesn't expand the path automatically 2023-11-12 06:54:18 +08:00
三咲雅 · Misaki Masa
1a0753367e
fix: Rust panics instead of returning an error when file times are invalid (#357) 2023-11-12 03:31:21 +08:00
三咲雅 · Misaki Masa
49919cc5f4
feat: display the number of deleted files in the prompt (#359) 2023-11-11 08:58:34 +08:00
XOR-op
521c8b6bfe
fix: prefix matching should have higher priority in completion (#352) 2023-11-11 01:48:34 +08:00
三咲雅 · Misaki Masa
c41397957d
refactor: extracting commands into separate files to make them easier to maintain (#338) 2023-11-10 09:25:23 +08:00
三咲雅 · Misaki Masa
1bbb323509
feat: new reveal command (#341) 2023-11-09 09:07:12 +08:00
Hanaasagi
a0ba853718
fix: precache n-1 and n+1 pages (#349) 2023-11-08 20:44:31 +08:00
sxyazi
7c49d9c57a
fix: use <Tab> for completion confirming to avoid conflicts with the Input component 2023-11-07 20:24:53 +08:00
三咲雅 · Misaki Masa
1f744810f4
feat: better Zellij support with multi-factor detection involving emulator types (#336) 2023-11-06 08:10:57 +08:00
三咲雅 · Misaki Masa
dcb4944974
fix: the parent does not hover properly on switching the hidden state (#339) 2023-11-06 00:22:32 +08:00
sxyazi
847c475d8c
fix: completion won't closing when there are no candidates 2023-11-05 00:37:43 +08:00
三咲雅 · Misaki Masa
8ff62c80ca
perf: fallback to plain highlighter for long text (#329) 2023-11-04 06:33:20 +08:00
XOR-op
5b66f6fcf5
feat: auto-completion for input component (#324) 2023-11-04 06:30:52 +08:00
三咲雅 · Misaki Masa
fc0057617e
fix: jq previews empty when the user sets tab_size=8 (#320) 2023-10-26 01:33:07 +08:00
三咲雅 · Misaki Masa
5c3c100d5d
fix: channel blockage caused by fuse permissions under the root user (#321) 2023-10-26 00:20:32 +08:00
sxyazi
bfc1dcb4f6
refactor: format and adjust log levels 2023-10-23 16:07:08 +08:00
三咲雅 · Misaki Masa
671b480ab1
refactor: publish to crates.io (#298) 2023-10-22 16:34:20 +08:00