yazi/yazi-core/src/tab/commands
2025-04-19 01:31:40 +08:00
..
arrow.rs feat: file navigation wraparound with new arrow prev and arrow next commands (#2485) 2025-03-15 17:44:42 +08:00
back.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
cd.rs feat: allow initializing input when opening it with commands like rename, create, find, filter, etc. (#2578) 2025-04-06 16:59:48 +08:00
copy.rs fix: ensure the selected file list is always ordered (#2244) 2025-01-25 20:39:24 +08:00
enter.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
escape.rs feat!: enhance fzf integration (#2553) 2025-03-30 22:17:07 +08:00
filter.rs feat: allow initializing input when opening it with commands like rename, create, find, filter, etc. (#2578) 2025-04-06 16:59:48 +08:00
filter_do.rs refactor: rename rt.manager to rt.mgr, and th.manager to th.mgr (#2397) 2025-02-25 23:12:54 +08:00
find.rs feat: allow initializing input when opening it with commands like rename, create, find, filter, etc. (#2578) 2025-04-06 16:59:48 +08:00
find_arrow.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
find_do.rs refactor: simplify module exports (#1770) 2024-10-12 21:05:12 +08:00
follow.rs feat: new follow command to follow files pointed to by symlinks (#2543) 2025-03-28 20:14:53 +08:00
forward.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
hidden.rs refactor: rename rt.manager to rt.mgr, and th.manager to th.mgr (#2397) 2025-02-25 23:12:54 +08:00
leave.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
linemode.rs ci: musl build should include commit hash 2025-04-19 01:31:40 +08:00
mod.rs feat: new follow command to follow files pointed to by symlinks (#2543) 2025-03-28 20:14:53 +08:00
reveal.rs refactor: rename rt.manager to rt.mgr, and th.manager to th.mgr (#2397) 2025-02-25 23:12:54 +08:00
search.rs feat: allow initializing input when opening it with commands like rename, create, find, filter, etc. (#2578) 2025-04-06 16:59:48 +08:00
shell.rs feat: allow initializing input when opening it with commands like rename, create, find, filter, etc. (#2578) 2025-04-06 16:59:48 +08:00
sort.rs refactor: rename rt.manager to rt.mgr, and th.manager to th.mgr (#2397) 2025-02-25 23:12:54 +08:00
toggle.rs feat: new load DDS event (#1980) 2024-12-03 09:13:23 +08:00
toggle_all.rs feat!: enhance fzf integration (#2553) 2025-03-30 22:17:07 +08:00
update_peeked.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
update_spotted.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00
visual_mode.rs perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962) 2024-11-28 01:56:53 +08:00