Commit Graph

91 Commits

Author SHA1 Message Date
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
三咲雅 · 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
sxyazi
e5340a2beb
refactor: replace map_or(false, ...) with is_some_and(...) 2023-10-01 15:47:39 +08:00
三咲雅 · Misaki Masa
492929a0b8
feat: add BackTab support (#209) 2023-09-29 08:31:06 +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
sxyazi
52cfb5448f
chore: remove repeated words from keymap description 2023-09-22 12:51:49 +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
Nguyễn Đức Toàn
4065a0573a
fix: inconsistent Shift key behavior on Unix and Windows (#174) 2023-09-21 00:29:25 +08:00
sxyazi
c540542da4
feat: add gg, G to the navigation section 2023-09-18 07:02:43 +08:00
Linus
09243716a9
feat: multiple openers for a single rule (#154) 2023-09-17 07:20:04 +08:00
Linus
902c094224
feat: new sort_sensitive option, and sort case-insensitively by default (#155) 2023-09-14 09:58:32 +08:00
三咲雅 · Misaki Masa
b62307dc4a
feat: make the glob expr case insensitive by default, and prepend \s to make it sensitive (#156) 2023-09-14 09:34:07 +08:00
三咲雅 · Misaki Masa
e6fccf9d17
feat: support for image preview within tmux (#147) 2023-09-13 22:44:27 +08:00
三咲雅 · Misaki Masa
cbe0fd5c73
fix: image position calculation (#144) 2023-09-13 01:13:10 +08:00
Paul Horn
5a098dd864
fix: swap description for search commands (#141) 2023-09-12 21:50:40 +08:00
三咲雅 · Misaki Masa
b5db6dace9
feat: new V, D, C keybinding for Input component (#139) 2023-09-12 17:54:44 +08:00
三咲雅 · Misaki Masa
7ec7e36a53
feat: find (#104) 2023-09-11 18:49:26 +08:00
三咲雅 · Misaki Masa
3544578a12
fix: respect symlink paths without canonicalizing them (#126) 2023-09-08 23:25:14 +08:00
sxyazi
e412478043
fix: RAR file preview 2023-09-08 00:41:58 +08:00
三咲雅 · Misaki Masa
230362d6c7
feat: suspend process (Ctrl-Z) (#120) 2023-09-07 16:08:51 +08:00
XYenon
eee68a99b4
fix: mime of javascript (#106) 2023-09-05 20:28:24 +08:00
三咲雅 · Misaki Masa
25ba265407
feat: add Mintty (Git Bash) image preview support (#103) 2023-09-02 12:55:24 +08:00
sxyazi
96cb7b6cc8
refactor: deprecate the obsolete features 2023-09-02 11:44:22 +08:00
sxyazi
13e086387c
chore: bump version to v0.1.4 2023-09-01 14:38:16 +08:00
三咲雅 · Misaki Masa
e8b65089d3
feat: deprecate --cwd in favor of the positional argument (#100) 2023-09-01 13:42:31 +08:00
三咲雅 · Misaki Masa
ffc9160244
feat: add Black Box image preview support (#99) 2023-08-31 23:48:47 +08:00
三咲雅 · Misaki Masa
018ba56f62
feat: new YAZI_CONFIG_HOME env variable (#97) 2023-08-31 18:52:13 +08:00
三咲雅 · Misaki Masa
c0c1a6cae6
feat: new cache_dir option (#96) 2023-08-31 18:21:06 +08:00
三咲雅 · Misaki Masa
4d4586409d
feat: help (#93) 2023-08-31 13:58:13 +08:00
三咲雅 · Misaki Masa
e31bc6a075
refactor: simplify filesystem design to improve performance (#89) 2023-08-29 11:54:33 +08:00
三咲雅 · Misaki Masa
2b70107f1f
feat: respect EDITOR environment variable, close #90 (#91) 2023-08-28 19:25:14 +08:00
三咲雅 · Misaki Masa
e4096c0f25
feat: make the preview scrollable (#86) 2023-08-26 17:28:43 +08:00
Anton Simonov
388ad43537
feat: sort naturally (#82) 2023-08-26 11:15:07 +08:00
Anton Simonov
a7a085e41c
feat: organize keys for logical behavior (#83) 2023-08-24 23:55:21 +08:00
三咲雅 · Misaki Masa
c051df3f60
fix: don't follow the symbolic on Linux (#77) 2023-08-20 21:44:39 +08:00
三咲雅 · Misaki Masa
4f52d829bb
feat: custom manager layout (#76) 2023-08-20 10:39:05 +08:00
sxyazi
8499e900c7
fix: mimetype for RAR files 2023-08-19 23:11:45 +08:00
sxyazi
88d67af2eb
docs: add copy command 2023-08-19 21:13:19 +08:00
Pig Fang
47846932d4
feat: prepare for Windows (#44) 2023-08-19 11:10:26 +08:00
Yifan Song
b70f83ced7
feat: choose-file mode (#69) 2023-08-18 01:04:40 +08:00
XYenon
1135c13d0f
feat: show symlink path (#67) 2023-08-17 20:14:16 +08:00
三咲雅 · Misaki Masa
d3a0d56ce6
docs: update opener rules to the new format (#66) 2023-08-16 17:01:51 +08:00
sxyazi
d83b8027f9
chore: bump version to 0.1.3 2023-08-15 19:06:23 +08:00
三咲雅 · Misaki Masa
08a0735dde
refactor: implement RoCell to replace OnceCell (#63) 2023-08-15 18:49:47 +08:00
三咲雅 · Misaki Masa
35ca32e74b
refactor: introduces the validator (#57) 2023-08-15 07:29:21 +08:00
三咲雅 · Misaki Masa
80619597d3
refactor: simplify the flow with let-else (#56) 2023-08-15 07:27:46 +08:00