sxyazi
|
04a09b97fe
|
chore: bump version to v0.1.5
|
2023-10-16 10:40:09 +08:00 |
|
sxyazi
|
6d310e237a
|
fix: older versions of lsar didn't have jss parameter, closes #202
|
2023-10-16 09:12:32 +08:00 |
|
三咲雅 · Misaki Masa
|
fa5de51ce8
|
refactor: simplify building conditions (#280)
|
2023-10-16 09:04:20 +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 |
|
三咲雅 · Misaki Masa
|
29e313640b
|
fix: some colors not readable in light mode (#264)
|
2023-10-13 18:49:24 +08:00 |
|
sxyazi
|
4b71668742
|
refactor: remove unnecessary let binding
|
2023-10-13 08:22:05 +08:00 |
|
Nguyễn Đức Toàn
|
ec29ee5d92
|
fix: cannot cd if there is whitespace in path (#255)
|
2023-10-12 17:39:46 +08:00 |
|
三咲雅 · Misaki Masa
|
1a2798eb15
|
feat: new theme system (#161)
|
2023-10-12 00:09:10 +08:00 |
|
sxyazi
|
47e6fba677
|
fix: incorrect matching behavior of glob pattern with full paths
|
2023-10-10 22:57:36 +08:00 |
|
sxyazi
|
d56c8fd52a
|
fix: temporarily cancel the delay prepared for batch updates
|
2023-10-10 18:14:28 +08:00 |
|
三咲雅 · Misaki Masa
|
5d9b5472ba
|
feat: support trash for NetBSD (#251)
|
2023-10-09 19:40:05 +08:00 |
|
Nguyễn Đức Toàn
|
f4a8b26a5a
|
fix: avoid adding non-regular paths to backstack (#249)
|
2023-10-08 22:11:51 +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 |
|
Nguyễn Đức Toàn
|
77988d47a4
|
fix: handle shell arguments on Windows (#214)
|
2023-10-04 14:08:29 +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 |
|
Nguyễn Đức Toàn
|
e7eb459787
|
feat: backward/forward (#230)
|
2023-10-01 15:49:07 +08:00 |
|
sxyazi
|
e5340a2beb
|
refactor: replace map_or(false, ...) with is_some_and(...)
|
2023-10-01 15:47:39 +08:00 |
|
Nguyễn Đức Toàn
|
73b9c62944
|
feat: loop through to find (#234)
|
2023-10-01 15:38:00 +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
|
a5aa9cb817
|
fix: a logic error in Step (#233)
|
2023-10-01 09:44:48 +08:00 |
|
三咲雅 · Misaki Masa
|
5584ba4844
|
fix: set stdio to null when orphan is true (#229)
|
2023-09-30 20:43:47 +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
|
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 |
|
LightQuantum
|
e2ead7eecb
|
feat: include ignored files on search when hidden files are shown (#212)
|
2023-09-24 12:19:17 +08:00 |
|
sxyazi
|
ec261a2708
|
feat: different title for shell blocking mode
|
2023-09-23 09:53:13 +08:00 |
|
sxyazi
|
58df82498f
|
feat: better find title
|
2023-09-22 12:50:18 +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 |
|
三咲雅 · Misaki Masa
|
6d2f69b612
|
feat: make trash optional (#178)
|
2023-09-19 08:54:31 +08:00 |
|
sxyazi
|
a5949c5cb5
|
fix: unexpected error due to channel closing
|
2023-09-18 06:55:50 +08:00 |
|
Ctem
|
ba3f603de4
|
feat: tab switch wraparound (#160)
|
2023-09-17 16:52:06 +08:00 |
|
三咲雅 · Misaki Masa
|
07d5df05f1
|
fix: leave upwards only if an IO error occurs in current (#172)
|
2023-09-17 15:23:01 +08:00 |
|
Linus
|
09243716a9
|
feat: multiple openers for a single rule (#154)
|
2023-09-17 07:20:04 +08:00 |
|
三咲雅 · Misaki Masa
|
8e72ae90c1
|
fix: check relative path on expand_path (#165)
|
2023-09-17 01:29:44 +08:00 |
|
Linus
|
902c094224
|
feat: new sort_sensitive option, and sort case-insensitively by default (#155)
|
2023-09-14 09:58:32 +08:00 |
|
Nguyễn Đức Toàn
|
9c6b3c9d1d
|
feat: fallback to built-in highlighting if jq is not installed (#151)
|
2023-09-14 00:01:16 +08:00 |
|
三咲雅 · Misaki Masa
|
4c98a351c9
|
feat: show keywords when in search mode (#152)
|
2023-09-13 23:57:58 +08:00 |
|
三咲雅 · Misaki Masa
|
e6fccf9d17
|
feat: support for image preview within tmux (#147)
|
2023-09-13 22:44:27 +08:00 |
|
sxyazi
|
0f9318e7f2
|
fix: SIGTSTP does not exist on Windows
|
2023-09-12 02:13:11 +08:00 |
|
三咲雅 · Misaki Masa
|
1a1dd9c355
|
feat: tab-specific sorting (#131)
|
2023-09-11 19:22:24 +08:00 |
|
sxyazi
|
cad6560955
|
fix: wrong offset of existing directory on previewing
|
2023-09-11 19:16:49 +08:00 |
|
三咲雅 · Misaki Masa
|
7ec7e36a53
|
feat: find (#104)
|
2023-09-11 18:49:26 +08:00 |
|
三咲雅 · Misaki Masa
|
0acf345ee3
|
perf: doesn't wait for the process of killing (#128)
|
2023-09-09 23:03:47 +08:00 |
|
三咲雅 · Misaki Masa
|
a90adf5bc5
|
feat: make Input streamable (#127)
|
2023-09-09 22:58:20 +08:00 |
|
sxyazi
|
ff42685ec9
|
feat: shorten the alert on trashing/deleting
|
2023-09-09 15:44:24 +08:00 |
|