Commit Graph

43 Commits

Author SHA1 Message Date
三咲雅 · 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
Pig Fang
ab5ff057c4
feat: allow to customize status section separator (#30) 2023-08-07 18:35:02 +08:00
三咲雅 · Misaki Masa
e52547de10
feat: fix and enhance unset mode (#27) 2023-08-07 13:31:24 +08:00
三咲雅 · Misaki Masa
dadc408a8e
feat: highlight the inputs when highlighting mode turns on (#25) 2023-08-06 17:32:34 +08:00
三咲雅 · Misaki Masa
2f32ca17cb
feat: running shell (#24) 2023-08-06 01:27:52 +08:00
sxyazi
4af79f8f4a
refactor: using string interpolation 2023-08-03 21:54:59 +08:00
三咲雅 · Misaki Masa
85f09e0103
feat: show the output of running tasks in real-time (#17) 2023-08-03 18:55:40 +08:00
sxyazi
45a3bdf4ad
feat: rerender images on terminal resume 2023-08-02 14:33:27 +08:00
三咲雅 · Misaki Masa
5998d5cef6
feat: support transparent images along with Sixel being used (#14) 2023-08-02 12:53:59 +08:00
三咲雅 · Misaki Masa
cf824af99b
refactor: use workspace to speed up builds (#13) 2023-08-02 10:29:49 +08:00