yazi/yazi-core/src/tab/commands
2025-05-07 09:54:20 +08:00
..
arrow.rs fix: avoid tmux interfering with kitty graphical sequences (#2734) 2025-05-07 09:54:20 +08:00
back.rs feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +08:00
cd.rs feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +08:00
copy.rs feat: add --hovered to the copy command (#2709) 2025-05-02 20:02:40 +08:00
enter.rs feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +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 feat: make the hover state for reveal, sort, and hidden commands stable (#2657) 2025-04-22 02:46:01 +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 feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +08:00
hidden.rs feat: make the hover state for reveal, sort, and hidden commands stable (#2657) 2025-04-22 02:46:01 +08:00
hover.rs feat: make the hover state for reveal, sort, and hidden commands stable (#2657) 2025-04-22 02:46:01 +08:00
leave.rs feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +08:00
linemode.rs ci: musl build should include commit hash 2025-04-19 01:31:40 +08:00
mod.rs feat: make the hover state for reveal, sort, and hidden commands stable (#2657) 2025-04-22 02:46:01 +08:00
reveal.rs feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720) 2025-05-05 02:21:28 +08:00
search.rs refactor: switch to Rust 2024 edition (#2645) 2025-04-20 23:41:05 +08:00
shell.rs refactor: switch to Rust 2024 edition (#2645) 2025-04-20 23:41:05 +08:00
sort.rs fix: missing a hover event after cd (#2719) 2025-05-05 01:18:09 +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 feat: calculate real-time directory size in spotter (#2695) 2025-04-29 22:17:06 +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