三咲雅 · Misaki Masa
|
5f21998665
|
feat: cd path auto-completion supports ~ expansion (#1081)
|
2024-05-23 17:59:58 +08:00 |
|
三咲雅 · Misaki Masa
|
bf1c325d00
|
feat: prefetcher (#1061)
|
2024-05-20 17:25:55 +08:00 |
|
三咲雅 · Misaki Masa
|
2683b1d6a2
|
refactor: eliminate exec (#1045)
|
2024-05-16 18:20:47 +08:00 |
|
三咲雅 · Misaki Masa
|
eed82c1386
|
fix: broaden file watcher event types to accommodate permission changes on certain platforms (#1024)
|
2024-05-11 16:15:13 +08:00 |
|
三咲雅 · Misaki Masa
|
faa1d9f37b
|
feat: package manager (#985)
|
2024-05-07 13:42:45 +08:00 |
|
三咲雅 · Misaki Masa
|
0e26f5d3c7
|
feat: close confirmation prompts and exit automatically when the ongoing task gone (#997)
|
2024-05-03 23:51:43 +08:00 |
|
Mika Vilpas
|
2febbee595
|
feat: add new bulk event kind to DDS (#937)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-04-25 20:14:52 +08:00 |
|
三咲雅 · Misaki Masa
|
cb92bb7980
|
feat: new builtin session.lua plugin (#940)
|
2024-04-22 14:18:00 +08:00 |
|
三咲雅 · Misaki Masa
|
ff14b9a265
|
fix: always persist static messages even when there are no remote clients (#928)
|
2024-04-19 20:36:27 +08:00 |
|
三咲雅 · Misaki Masa
|
09bc9aa371
|
feat: expand the types supported by the event system (#923)
|
2024-04-19 13:45:01 +08:00 |
|
Mika Vilpas
|
1d15fd96c5
|
feat: allow opening interactively with the --chosen-file flag (#920)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-04-17 07:14:48 +08:00 |
|
三咲雅 · Misaki Masa
|
9e75ed5c71
|
feat: generate autocomplete script for ya command (#919)
|
2024-04-16 12:40:14 +08:00 |
|
三咲雅 · Misaki Masa
|
4b04cb24b4
|
feat: allow creating a tab with the startup directory when the tab_create command is called without specifying a path parameter (#917)
|
2024-04-15 16:16:09 +08:00 |
|
三咲雅 · Misaki Masa
|
5fc2789c78
|
feat: add loading state to directories (#904)
|
2024-04-13 10:33:42 +08:00 |
|
三咲雅 · Misaki Masa
|
23c38ebae0
|
feat: add YAZI_ID environment variable (#895)
|
2024-04-11 23:57:47 +08:00 |
|
三咲雅 · Misaki Masa
|
e7dc971416
|
fix: file list expansion arguments ($@, $*) of shell command under opener rules are out of order (#890)
|
2024-04-10 08:31:03 +08:00 |
|
三咲雅 · Misaki Masa
|
884de41b66
|
feat: add new --orphan option to the shell command (#887)
|
2024-04-08 08:29:21 +08:00 |
|
三咲雅 · Misaki Masa
|
1b910ddc96
|
perf: re-implement file watcher in an async way (#877)
|
2024-04-05 17:47:17 +08:00 |
|
三咲雅 · Misaki Masa
|
b51babde1c
|
feat: the cd event in DDS will now also be triggered when the tab is first created (#861)
|
2024-04-02 01:39:20 +08:00 |
|
三咲雅 · Misaki Masa
|
903f3da7e5
|
feat: DDS (Data Distribution Service) (#826)
|
2024-03-29 23:30:30 +08:00 |
|
三咲雅 · Misaki Masa
|
f6f2c30709
|
feat: time-based selection order preservation (#843)
|
2024-03-28 00:13:29 +08:00 |
|
sxyazi
|
ca49a2d70b
|
fix: kill all spawned processes when exiting Yazi (#812)
|
2024-03-16 09:07:07 +08:00 |
|
三咲雅 · Misaki Masa
|
411ba2fe85
|
refactor: switch to stderr (#819)
|
2024-03-15 20:31:39 +08:00 |
|
三咲雅 · Misaki Masa
|
cddd0727ef
|
refactor: wrap Opener with Cow to avoid unnecessary memory reallocations when opening files (#805)
|
2024-03-12 23:35:26 +08:00 |
|
三咲雅 · Misaki Masa
|
9396d8760c
|
feat: ya.hide() plugin API (#792)
|
2024-03-09 03:07:20 +08:00 |
|
三咲雅 · Misaki Masa
|
d96af54574
|
fix: track the latest file changes for the selected, yanked state when available (#791)
|
2024-03-08 15:37:53 +08:00 |
|
三咲雅 · Misaki Masa
|
33782f1224
|
feat: cx.yanked plugin API (#788)
|
2024-03-07 17:26:18 +08:00 |
|
三咲雅 · Misaki Masa
|
37acd94345
|
feat: ya.notify() plugin API (#780)
|
2024-03-05 16:46:12 +08:00 |
|
三咲雅 · Misaki Masa
|
5169bb90f2
|
refactor: add new run property (#773)
|
2024-03-04 17:54:40 +08:00 |
|
三咲雅 · Misaki Masa
|
bd572706cd
|
feat: ya.input() plugin API (#762)
|
2024-03-02 20:33:34 +08:00 |
|
三咲雅 · Misaki Masa
|
6a1063d376
|
perf: apply add_many()/remove_many() to the visual mode items for selection conflict detecting (#758)
|
2024-03-02 11:01:52 +08:00 |
|
Nguyễn Đức Toàn
|
fa2632eda9
|
feat: allow both '/' and '\' in folder creation (#751)
|
2024-03-01 11:26:58 +08:00 |
|
rrveex
|
2efda755f1
|
feat: add hovered as $0 for shell and opener (#738)
|
2024-02-29 03:12:09 +08:00 |
|
三咲雅 · Misaki Masa
|
46516dab74
|
refactor: new yazi-boot crate (#728)
|
2024-02-26 09:14:04 +08:00 |
|
三咲雅 · Misaki Masa
|
3f27532c57
|
feat: cross-directory selection (#693)
|
2024-02-18 23:28:08 +08:00 |
|
sxyazi
|
2f784e7ae7
|
fix: if block in paste command was wrong
|
2024-02-17 20:42:23 +08:00 |
|
三咲雅 · Misaki Masa
|
1ec9943af2
|
refactor: using definite patterns to simplify keybindings (#690)
|
2024-02-17 19:03:26 +08:00 |
|
Lang Yang
|
53525b511e
|
feat: add a new option --hovered to the open command allowing users to only open the currently hovered file (#687)
|
2024-02-17 00:10:14 +08:00 |
|
三咲雅 · Misaki Masa
|
52d91c0e42
|
feat: add new file marked state (#682)
|
2024-02-15 20:24:20 +08:00 |
|
三咲雅 · Misaki Masa
|
95d2358100
|
feat: expose selected/yanked files as API (#674)
|
2024-02-15 20:20:28 +08:00 |
|
三咲雅 · Misaki Masa
|
25c96557ed
|
feat: allows access to complete app data for all tabs (#644)
|
2024-02-08 16:05:37 +08:00 |
|
sxyazi
|
0d7e977076
|
chore: bump version to 0.2.3
|
2024-02-07 11:18:23 +08:00 |
|
三咲雅 · Misaki Masa
|
59e889a3b5
|
fix: hidden attribute of files on Windows (#632)
|
2024-02-06 08:27:00 +08:00 |
|
sxyazi
|
920afe29bd
|
perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
|
2024-02-01 18:43:59 +08:00 |
|
Sinkerine
|
b013dff4fe
|
feat: support unyank (#313)
|
2024-01-31 21:53:30 +08:00 |
|
三咲雅 · Misaki Masa
|
9d912b07aa
|
refactor: use Cmd instead of Exec (#604)
|
2024-01-31 08:59:47 +08:00 |
|
三咲雅 · Misaki Masa
|
9d9d954870
|
perf: read directory in bulk in the background at startup (#599)
|
2024-01-31 01:22:55 +08:00 |
|
三咲雅 · Misaki Masa
|
56ede51c53
|
perf: new event system (#561)
|
2024-01-22 18:43:50 +08:00 |
|
三咲雅 · Misaki Masa
|
69dec96833
|
fix: alternate tabs with the same path as the active tab cannot complete partial updates and cursor reset (#552)
|
2024-01-21 17:00:14 +08:00 |
|
三咲雅 · Misaki Masa
|
93dc1b78e2
|
feat: add prepend_keymap and append_keymap for configuring mixing (#546)
|
2024-01-20 13:55:57 +08:00 |
|