Commit Graph

102 Commits

Author SHA1 Message Date
sxyazi
0945d780eb
feat: make the manager offset customizable 2023-10-18 00:37:50 +08:00
sxyazi
04a09b97fe
chore: bump version to v0.1.5 2023-10-16 10:40:09 +08:00
三咲雅 · Misaki Masa
fa5de51ce8
refactor: simplify building conditions (#280) 2023-10-16 09:04:20 +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
29e313640b
fix: some colors not readable in light mode (#264) 2023-10-13 18:49:24 +08:00
Yifan Song
d032b6850d
fix: collect and fix all hard coded themes and color (#221) 2023-10-13 00:34:04 +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
sxyazi
47e6fba677
fix: incorrect matching behavior of glob pattern with full paths 2023-10-10 22:57:36 +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
三咲雅 · 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