Commit Graph

59 Commits

Author SHA1 Message Date
三咲雅 · 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
三咲雅 · 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
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
三咲雅 · Misaki Masa
1a2798eb15
feat: new theme system (#161) 2023-10-12 00:09:10 +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
b2d3e39e96
feat: new force option for creating and renaming (#208) 2023-10-01 10:30:51 +08:00
Nguyễn Đức Toàn
d3d3462b5e
fix: Windows build and add github action (#228) 2023-09-30 15:49:01 +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
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
Linus
902c094224
feat: new sort_sensitive option, and sort case-insensitively by default (#155) 2023-09-14 09:58:32 +08:00
三咲雅 · Misaki Masa
4c98a351c9
feat: show keywords when in search mode (#152) 2023-09-13 23:57:58 +08:00
三咲雅 · Misaki Masa
7ec7e36a53
feat: find (#104) 2023-09-11 18:49:26 +08:00
sxyazi
c40058ebfa
fix: unable to scroll back after scrolling beyond the maximum boundary 2023-09-09 01:25:38 +08:00
三咲雅 · Misaki Masa
3544578a12
fix: respect symlink paths without canonicalizing them (#126) 2023-09-08 23:25:14 +08:00
三咲雅 · Misaki Masa
fa64047120
feat: file size sorting under the simplified file system (#123) 2023-09-08 06:41:52 +08:00
三咲雅 · Misaki Masa
230362d6c7
feat: suspend process (Ctrl-Z) (#120) 2023-09-07 16:08:51 +08:00
三咲雅 · Misaki Masa
d3f0c9c059
perf: load large folders in chunks (#117) 2023-09-07 00:12:59 +08:00
三咲雅 · Misaki Masa
9c3d5cc400
refactor: use Url instead of PathBuf (#107) 2023-09-05 19:32:53 +08:00
三咲雅 · Misaki Masa
018ba56f62
feat: new YAZI_CONFIG_HOME env variable (#97) 2023-08-31 18:52:13 +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
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
三咲雅 · Misaki Masa
4f52d829bb
feat: custom manager layout (#76) 2023-08-20 10:39:05 +08:00
三咲雅 · Misaki Masa
a437347306
feat: allow references to the selected files during shell execution (#73) 2023-08-19 22:27:49 +08:00
三咲雅 · Misaki Masa
2180f08289
feat: copy file path, with multi-selection support (#72) 2023-08-19 21:07:29 +08:00
sxyazi
970d36b069
fix: inconsistent stdin when running in non-blocking mode 2023-08-19 19:38:27 +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
08a0735dde
refactor: implement RoCell to replace OnceCell (#63) 2023-08-15 18:49:47 +08:00
三咲雅 · Misaki Masa
8fd3d15918
refactor: dispatchers no longer go through async scheduling to improve reactivity (#60) 2023-08-15 07:34:52 +08:00
三咲雅 · Misaki Masa
edd0ad7997
fix: selection rect out of bounds (#59) 2023-08-15 07:33:25 +08:00
三咲雅 · Misaki Masa
05433c38d0
fix: tab name width calculating (#58) 2023-08-15 07:32:15 +08:00
三咲雅 · Misaki Masa
80619597d3
refactor: simplify the flow with let-else (#56) 2023-08-15 07:27:46 +08:00
三咲雅 · Misaki Masa
938c4ec865
fix: crashes caused by pop-up components (#52) 2023-08-14 07:27:54 +08:00
fzdwx
0da93562c9
feat: add command template support for shell (#48) 2023-08-12 23:57:35 +08:00
Yifan Song
1e3b17e58c
feat: add sort_dir_first option (#49) 2023-08-12 23:08:39 +08:00
三咲雅 · Misaki Masa
d881614d31
feat: enhanced execution format (#45) 2023-08-12 17:48:18 +08:00
Pig Fang
f119489907
feat: show current dir name in tab (#41) 2023-08-10 18:28:42 +08:00
XYenon
4823c0abc4
feat: add interactive cd (#43) 2023-08-09 22:30:02 +08:00
三咲雅 · Misaki Masa
b6f1aa552f
feat: automatically change the current working directory after closing yazi (#40) 2023-08-09 18:15:02 +08:00
三咲雅 · Misaki Masa
d198f142e2
refactor: introduce Clippy (#38) 2023-08-09 14:36:19 +08:00
Pig Fang
f9836f2f8a
chore: rename bin (#33) 2023-08-08 18:38:17 +08:00