Commit Graph

801 Commits

Author SHA1 Message Date
三咲雅 · Misaki Masa
fa5de51ce8
refactor: simplify building conditions (#280) 2023-10-16 09:04:20 +08:00
三咲雅 · Misaki Masa
54339e79a7
fix: adapt another $TERM value of foot-extra for foot (#277) 2023-10-16 09:03:17 +08:00
三咲雅 · Misaki Masa
c9d9418920
feat: add a new Bar component, and make border styles customizable (#278) 2023-10-16 01:03:07 +08:00
三咲雅 · Misaki Masa
56cd3dc940
feat: cancel selected items automatically on entering, leaving, copying, or cutting (#273) 2023-10-15 11:24:34 +08:00
sxyazi
85b4892d40
feat: add new reversed modifier 2023-10-15 09:11:55 +08:00
三咲雅 · Misaki Masa
e12ebd38e0
refactor: split commands into separate files (#272) 2023-10-15 09:09:36 +08:00
三咲雅 · Misaki Masa
b840dcccd5
feat: better file hover state (#269) 2023-10-14 23:12:32 +08:00
sxyazi
0b0901823d
feat: add mime() method to the file api 2023-10-14 10:28:16 +08:00
三咲雅 · Misaki Masa
29e313640b
fix: some colors not readable in light mode (#264) 2023-10-13 18:49:24 +08:00
sxyazi
4b71668742
refactor: remove unnecessary let binding 2023-10-13 08:22:05 +08:00
Yifan Song
d032b6850d
fix: collect and fix all hard coded themes and color (#221) 2023-10-13 00:34:04 +08:00
Nguyễn Đức Toàn
774f8bc901
fix: add application/x-wine-extension-ini to text mime (#259) 2023-10-12 17:50:38 +08:00
Nguyễn Đức Toàn
ec29ee5d92
fix: cannot cd if there is whitespace in path (#255) 2023-10-12 17:39:46 +08:00
sxyazi
cdd20f8510
fix: out of range of u16 2023-10-12 08:15:09 +08:00
三咲雅 · Misaki Masa
1a2798eb15
feat: new theme system (#161) 2023-10-12 00:09:10 +08:00
sxyazi
15c34fed5c
docs: remove obsolete docs 2023-10-11 21:29:50 +08:00
Nguyễn Đức Toàn
df5fd4c964
feat: support environment variable in cd path (#241) 2023-10-11 21:16:44 +08:00
sxyazi
47e6fba677
fix: incorrect matching behavior of glob pattern with full paths 2023-10-10 22:57:36 +08:00
sxyazi
d56c8fd52a
fix: temporarily cancel the delay prepared for batch updates 2023-10-10 18:14:28 +08:00
三咲雅 · Misaki Masa
5d9b5472ba
feat: support trash for NetBSD (#251) 2023-10-09 19:40:05 +08:00
三咲雅 · Misaki Masa
baeb009fa0
fix: support RGBA16 images (#250) 2023-10-08 22:13:56 +08:00
Nguyễn Đức Toàn
f4a8b26a5a
fix: avoid adding non-regular paths to backstack (#249) 2023-10-08 22:11:51 +08:00
XOR-op
4527044547
feat: add new --no-cwd-file option to quit command for flexible cwd-file setting (#245) 2023-10-05 21:36:08 +08:00
Nguyễn Đức Toàn
6da04c7eb5
feat: added new options to the `find' command for smart-case/case-insensitive finding (#240) 2023-10-04 14:42:53 +08:00
Nguyễn Đức Toàn
77988d47a4
fix: handle shell arguments on Windows (#214) 2023-10-04 14:08:29 +08:00
三咲雅 · Misaki Masa
b48edfd764
chore: changing the finding key to n/N to keep with Vim's conventions (#238) 2023-10-02 23:06:09 +08:00
三咲雅 · Misaki Masa
36eb30a07b
perf: reimplement optimized natural sorting algorithm, speed up ~6 times for case-insensitive sorting (#237) 2023-10-02 13:13:04 +08:00
Nguyễn Đức Toàn
e7eb459787
feat: backward/forward (#230) 2023-10-01 15:49:07 +08:00
sxyazi
e5340a2beb
refactor: replace map_or(false, ...) with is_some_and(...) 2023-10-01 15:47:39 +08:00
Nguyễn Đức Toàn
73b9c62944
feat: loop through to find (#234) 2023-10-01 15:38:00 +08:00
三咲雅 · Misaki Masa
b2d3e39e96
feat: new force option for creating and renaming (#208) 2023-10-01 10:30:51 +08:00
Nguyễn Đức Toàn
a5aa9cb817
fix: a logic error in Step (#233) 2023-10-01 09:44:48 +08:00
三咲雅 · Misaki Masa
5584ba4844
fix: set stdio to null when orphan is true (#229) 2023-09-30 20:43:47 +08:00
Nguyễn Đức Toàn
d3d3462b5e
fix: Windows build and add github action (#228) 2023-09-30 15:49:01 +08:00
三咲雅 · Misaki Masa
492929a0b8
feat: add BackTab support (#209) 2023-09-29 08:31:06 +08:00
LightQuantum
f9eeac611f
feat: highlight matching words on finding (#211) 2023-09-27 08:43:32 +08:00
Collide
782f88b965
feat: new link command, which creates symlinks to the yanked files (#167) 2023-09-25 02:02:26 +08:00
Collide
f7fdda9d9b
feat: scroll half/full page with arrow percentage supported, and new Vi-like <C-u>, <C-d>, <C-b>, and <C-f> keybindings added (#213) 2023-09-24 17:27:10 +08:00
三咲雅 · Misaki Masa
d3ed8e7cf8
feat: new orphan option for opener rules, to keep the process running even when Yazi exited (#216) 2023-09-24 15:55:44 +08:00
LightQuantum
e2ead7eecb
feat: include ignored files on search when hidden files are shown (#212) 2023-09-24 12:19:17 +08:00
sxyazi
ec261a2708
feat: different title for shell blocking mode 2023-09-23 09:53:13 +08:00
XYenon
cb13de9574
feat: add flake.nix (#205) 2023-09-22 16:08:17 +08:00
sxyazi
52cfb5448f
chore: remove repeated words from keymap description 2023-09-22 12:51:49 +08:00
sxyazi
58df82498f
feat: better find title 2023-09-22 12:50:18 +08:00
Conrado Jordan
6497df3a6f
fix: typo of LICENSE file (#201) 2023-09-21 23:11:51 +08:00
三咲雅 · Misaki Masa
1793d635eb
feat: new force option added for the remove command, which does not show the confirmation dialog on trashing/deleting (#173) 2023-09-21 12:39:38 +08:00
三咲雅 · Misaki Masa
afab7879dd
docs: fix video black borders 2023-09-21 09:52:26 +08:00
三咲雅 · Misaki Masa
5a7b84a8fc
docs: use new documentation 2023-09-21 09:15:31 +08:00
Nguyễn Đức Toàn
4065a0573a
fix: inconsistent Shift key behavior on Unix and Windows (#174) 2023-09-21 00:29:25 +08:00
三咲雅 · Misaki Masa
6d2f69b612
feat: make trash optional (#178) 2023-09-19 08:54:31 +08:00