Commit Graph

195 Commits

Author SHA1 Message Date
PFiS
cbc4450a6c chore: add type hints for git.yazi (#111)
Co-authored-by: sxyazi <sxyazi@gmail.com>
2025-07-05 19:01:07 +08:00
sxyazi
e5f00e2716 feat: adapt for https://github.com/sxyazi/yazi/pull/2939 2025-07-02 23:35:50 +08:00
sxyazi
2ad42fa706 chore: update type definitions 2025-06-28 20:47:45 +08:00
sxyazi
7c174cc0ae feat: compat https://github.com/sxyazi/yazi/pull/2921 2025-06-26 20:10:55 +08:00
sxyazi
5513ea0c37 fix: typo 2025-06-26 19:41:56 +08:00
sxyazi
cf3b3e69fb feat: make ya.confirm() and ui.Pos() public API
https://github.com/sxyazi/yazi/pull/2921
2025-06-26 18:22:37 +08:00
sxyazi
5eea960d15 fix: wrong timeout type annotation 2025-06-24 13:08:53 +08:00
sxyazi
42f64c01c4 fix: bind self in stub arguments
Fixes https://github.com/yazi-rs/yazi-rs.github.io/issues/256
2025-06-22 16:24:52 +08:00
sxyazi
3d1efb7069 fix: replace \r with empty string, fixes #129 2025-06-21 18:01:24 +08:00
sxyazi
86d28e4fb4 chore: update to the latest stable version 2025-06-18 13:20:49 +08:00
sxyazi
aeca767ec2 feat: prevent jitter during concurrent zoom 2025-06-12 08:42:11 +08:00
三咲雅 misaki masa
c648526665 Update README.md 2025-06-11 15:54:15 +08:00
sxyazi
c1d638374c feat: new plugin zoom.yazi to zoom in or out of the preview image 2025-06-11 15:21:23 +08:00
sxyazi
63f9650e52 docs: properties inheritance 2025-05-31 22:21:19 +08:00
sxyazi
c0ad8a3c99 feat: more API documentation 2025-05-29 23:09:23 +08:00
sxyazi
a54b96a3f2 fix: missing fs.unique_name() 2025-05-29 06:54:50 +08:00
sxyazi
43ff05269a feat: types for Yazi v25.5.28 2025-05-28 23:40:16 +08:00
sxyazi
f9b3f8876e feat: more Yazi v25.5.28 goodies 2025-05-28 23:06:18 +08:00
sxyazi
d642bfb082 fix: adapt for Yazi v25.5.28
Closes https://github.com/yazi-rs/plugins/pull/116
Closes https://github.com/yazi-rs/plugins/pull/118
Closes https://github.com/yazi-rs/plugins/pull/121
2025-05-28 22:13:48 +08:00
sxyazi
ecffbf71dc fix: wrong type for bar.__new and clear.__new 2025-05-28 17:54:46 +08:00
sxyazi
b3eda26618 feat: use unknown instead of undefined for type annotations 2025-05-28 17:28:39 +08:00
sxyazi
9d15f24557 feat: nightly API updates for https://github.com/sxyazi/yazi/pull/2802 2025-05-28 17:18:50 +08:00
sxyazi
4df8f70eb6 docs: use .luarc.json for LuaLS configuration 2025-05-26 20:12:18 +08:00
sxyazi
ea38b47bcf feat: new types.yazi plugin 2025-05-26 17:27:18 +08:00
Fengming Sun
55bf6996ad docs: fix typo (#115) 2025-05-11 13:21:13 +08:00
Lucas Amion
864a0210d9 add smart-paste plugin from the docs (#107)
Co-authored-by: sxyazi <sxyazi@gmail.com>
2025-04-27 19:16:15 +08:00
sxyazi
4b027c7937 feat: support for new ya.emit API 2025-04-21 17:31:35 +08:00
sxyazi
71f925e4b7 feat: output the stderr of sh execution to the preview pane to make debugging easier, closes #106 2025-04-21 17:21:55 +08:00
sxyazi
690e3092bc refactor: remove deprecated hide-preview.yazi and max-preview.yazi (as of Feb 20, 2025) 2025-04-21 17:16:46 +08:00
sxyazi
b12a9ab085 docs: new example for previewing tarballs with tar 2025-04-13 09:16:41 +08:00
sxyazi
7112e91395 docs: new example for using hexyl as a fallback previewer 2025-04-12 19:33:04 +08:00
sxyazi
7a9f5b14c0 feat: add @since annotation for the new plugin 2025-04-12 17:27:04 +08:00
sxyazi
b88fe7330a docs: new plugin piper.yazi to preview any shell command 2025-04-12 15:10:23 +08:00
sxyazi
9c6e4ef60b feat: new plugin piper.yazi 2025-04-12 14:38:39 +08:00
sxyazi
a1738e8088 docs: no longer need nightly build for vcs-files.yazi 2025-04-08 21:06:30 +08:00
sxyazi
9a095057d6 fix: bump version to 25.4.4 2025-04-04 19:33:04 +08:00
sxyazi
273019910c refactor: simplify default value assignment 2025-03-19 15:36:45 +08:00
sxyazi
79193b3917 feat: make git.yazi work in the search view (compatible with vcs-files.yazi) 2025-03-17 21:10:32 +08:00
sxyazi
cb6165b255 fix: bump required Yazi version to 25.2.26
Forgot to update the required Yazi version for https://github.com/yazi-rs/plugins/pull/87
2025-03-12 20:46:45 +08:00
三咲雅 · Misaki Masa
2a35325c7f refactor!: switch to th (#87) 2025-03-12 19:33:37 +08:00
PFiS
1aa9cf7e34 feat(git): use terminal colors and consistent icon style in default options (#86) 2025-03-12 19:28:22 +08:00
sxyazi
92f78dc6d0 fix: don't draw and if the user changed their border symbol, closes #85 2025-03-11 13:38:48 +08:00
sxyazi
2bf70d880e refactor: add a comment to explain why we skip some paths 2025-03-08 22:45:48 +08:00
PFiS
76a2d241ac docs(git): added some comments to improve understanding (#84)
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
2025-03-08 22:35:17 +08:00
PFiS
16eef6442d feat(git): adjust the priority of codes (#83) 2025-03-08 21:04:29 +08:00
PFiS
cadbd02c27 refactor(git): use more appropriate variable names (#82) 2025-03-08 20:18:43 +08:00
PFiS
d43201340b refactor: use meaningful variable names instead of single letters (#81) 2025-03-08 20:03:52 +08:00
sxyazi
687f6f2a97 refactor: rename ignored to excluded 2025-03-08 16:20:08 +08:00
PFiS
f55aada59e refactor(git): remove unnecessary logic (#80)
Co-authored-by: sxyazi <sxyazi@gmail.com>
2025-03-08 16:17:13 +08:00
sxyazi
b44c245500 docs: add vcs-files plugin to the list 2025-03-08 14:18:32 +08:00