Commit Graph

433 Commits

Author SHA1 Message Date
sxyazi
64c6cdf072
fix: regression that caused TUI tearing when previewing an image 2023-08-20 07:10:10 +08:00
三咲雅 · Misaki Masa
bdbd552457
feat: add xclip and xsel support (#74) 2023-08-20 01:50:03 +08:00
sxyazi
8499e900c7
fix: mimetype for RAR files 2023-08-19 23:11:45 +08:00
三咲雅 · Misaki Masa
a437347306
feat: allow references to the selected files during shell execution (#73) 2023-08-19 22:27:49 +08:00
sxyazi
88d67af2eb
docs: add copy command 2023-08-19 21:13:19 +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
d3a0d56ce6
docs: update opener rules to the new format (#66) 2023-08-16 17:01:51 +08:00
三咲雅 · Misaki Masa
639b8425d9
fix: wrong height of Select component (#65) 2023-08-16 16:41:18 +08:00
Pig Fang
f510693beb
feat: message about deleting files should be different (#64) 2023-08-16 16:01:15 +08:00
sxyazi
15fbb722aa
chore: fix build script 2023-08-15 19:50:47 +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
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
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
三咲雅 · Misaki Masa
7e32b5de6a
refactor: improve stdout performance by using BufWriter (#55) 2023-08-15 00:10:52 +08:00
Collide
053652c740
refactor: improve bulk rename performance (#54) 2023-08-14 22:52:34 +08:00
Collide
ebb06789fc
feat: bulk rename (#50) 2023-08-14 18:11:45 +08:00
三咲雅 · Misaki Masa
e7672b1f06
feat: new task-related config options (#53) 2023-08-14 07:44:01 +08:00
三咲雅 · Misaki Masa
938c4ec865
fix: crashes caused by pop-up components (#52) 2023-08-14 07:27:54 +08:00
sxyazi
4480db86b7
feat: add the final fallback rule 2023-08-13 19:01:48 +08:00
sxyazi
aa441cd7f0
refactor: add tmpfile function to Boot 2023-08-13 18:59:25 +08:00
sxyazi
acb2eee65f
fix: task name when process arguments are empty 2023-08-13 00:13:16 +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
sxyazi
9d937fe376
feat: add inode/x-empty and application/json as text 2023-08-12 19:57:48 +08:00
三咲雅 · Misaki Masa
d881614d31
feat: enhanced execution format (#45) 2023-08-12 17:48:18 +08:00
sxyazi
a5eed70872
docs: fix mktemp filename 2023-08-11 14:38:41 +08:00
三咲雅 · Misaki Masa
2efe97d140
fix: show_hidden not working (#47) 2023-08-11 13:52:06 +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
sxyazi
866ed17044
docs: fold installation steps 2023-08-09 19:12:15 +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
sxyazi
7000e764e6
chore: add rustfmt.toml 2023-08-08 21:02:56 +08:00
Pig Fang
f9836f2f8a
chore: rename bin (#33) 2023-08-08 18:38:17 +08:00
三咲雅 · Misaki Masa
e123137823
fix: unknown mime-type of inode/x-empty (#36) 2023-08-08 15:47:27 +08:00
Yifan Song
d9624cf42f
fix: theme doc path typo (#34) 2023-08-08 15:33:03 +08:00
Pig Fang
f274848dcb
refactor: avoid hard coding tmp dir (#32) 2023-08-07 23:06:41 +08:00
XYenon
2ac51faa93
feat: add display_name to opener (#31) 2023-08-07 21:07:39 +08:00
Pig Fang
ab5ff057c4
feat: allow to customize status section separator (#30) 2023-08-07 18:35:02 +08:00
三咲雅 · Misaki Masa
4b8c1ade07
docs: add unstable version for Nix users, thank @XYenon (#29) 2023-08-07 15:18:47 +08:00
三咲雅 · Misaki Masa
575b7d7090
fix: does not generate the necessary PDF cache when max_width is set too large (#28) 2023-08-07 13:41:21 +08:00
三咲雅 · Misaki Masa
e52547de10
feat: fix and enhance unset mode (#27) 2023-08-07 13:31:24 +08:00