yazi/yazi-core/src/manager/commands
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
..
bulk_rename.rs feat: add YAZI_ID environment variable (#895) 2024-04-11 23:57:47 +08:00
close.rs feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00
create.rs fix: track the latest file changes for the selected, yanked state when available (#791) 2024-03-08 15:37:53 +08:00
hover.rs feat: cx.yanked plugin API (#788) 2024-03-07 17:26:18 +08:00
link.rs feat: expose selected/yanked files as API (#674) 2024-02-15 20:20:28 +08:00
mod.rs fix: track the latest file changes for the selected, yanked state when available (#791) 2024-03-08 15:37:53 +08:00
open.rs feat: allow opening interactively with the --chosen-file flag (#920) 2024-04-17 07:14:48 +08:00
paste.rs fix: track the latest file changes for the selected, yanked state when available (#791) 2024-03-08 15:37:53 +08:00
peek.rs feat: ya.input() plugin API (#762) 2024-03-02 20:33:34 +08:00
quit.rs feat: ya.input() plugin API (#762) 2024-03-02 20:33:34 +08:00
refresh.rs feat: add loading state to directories (#904) 2024-04-13 10:33:42 +08:00
remove.rs fix: file list expansion arguments ($@, $*) of shell command under opener rules are out of order (#890) 2024-04-10 08:31:03 +08:00
rename.rs feat: generate autocomplete script for ya command (#919) 2024-04-16 12:40:14 +08:00
seek.rs refactor: use Cmd instead of Exec (#604) 2024-01-31 08:59:47 +08:00
suspend.rs feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00
tab_close.rs feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00
tab_create.rs 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
tab_swap.rs feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00
tab_switch.rs feat: DDS (Data Distribution Service) (#826) 2024-03-29 23:30:30 +08:00
unyank.rs refactor: using definite patterns to simplify keybindings (#690) 2024-02-17 19:03:26 +08:00
update_files.rs perf: re-implement file watcher in an async way (#877) 2024-04-05 17:47:17 +08:00
update_mimetype.rs perf: re-implement file watcher in an async way (#877) 2024-04-05 17:47:17 +08:00
update_paged.rs feat: ya.input() plugin API (#762) 2024-03-02 20:33:34 +08:00
yank.rs fix: file list expansion arguments ($@, $*) of shell command under opener rules are out of order (#890) 2024-04-10 08:31:03 +08:00