"Drop" part in drag-and-drop? #2153
Unanswered
ArtemChandragupta
asked this question in
1. Q&A
Replies: 1 comment 2 replies
-
|
Here's what I use, this gives drag-and-drop both ways (all selected/hovered files can be dragged out, and files that are dragged in are copied to the current directory):
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
kitty 0.38.1
yazi --debugoutputYazi Version: 0.4.2 (Nixpkgs 2024-12-20) Debug : false Triple : x86_64-unknown-linux-gnu (linux-x86_64) Rustc : 1.83.0 (90b35a62 2024-11-26) Ya Version: 0.4.2 (Nixpkgs 2024-12-20) Emulator Brand.from_env : Some(Kitty) Emulator.detect : Emulator { kind: Left(Kitty), light: false, cell_size: Some((10, 22)) } Emulator.detect_full: Ok(Emulator { kind: Left(Kitty), light: false, cell_size: Some((10, 22)) }) Adapter Adapter.matches: Kgp Desktop XDG_SESSION_TYPE : Some("wayland") WAYLAND_DISPLAY : Some("wayland-1") DISPLAY : Some(":0") SWAYSOCK : None HYPRLAND_INSTANCE_SIGNATURE: Some("0bd541f2fd902dbfa04c3ea2ccf679395e316887_1735860019_624026388") WAYFIRE_SOCKET : None SSH shared.in_ssh_connection: false WSL WSL: false NVIM NVIM : false Neovim version: 0.10.3 Variables SHELL : Some("/run/current-system/sw/bin/nu") EDITOR : Some("nvim") VISUAL : None YAZI_FILE_ONE : None YAZI_CONFIG_HOME: None YAZI_ZOXIDE_OPTS: None FZF_DEFAULT_OPTS: None Text Opener default : Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true }) block-create: Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true }) block-rename: Some(Opener { run: "nvim \"$@\"", block: true, orphan: false, desc: "nvim", for_: None, spread: true }) Multiplexers TMUX : 0 tmux version : No such file or directory (os error 2) tmux build flags : enable-sixel=Unknown ZELLIJ_SESSION_NAME: None Zellij version : No such file or directory (os error 2) Dependencies file : 5.46 ueberzugpp : No such file or directory (os error 2) ffmpeg/ffprobe: 7.1 / 7.1 pdftoppm : 24.02.0 magick : 7.1.1-40 fzf : 0.57.0 fd/fdfind : 10.2.0 / No such file or directory (os error 2) rg : 14.1.1 chafa : 1.14.5 zoxide : 0.9.6 7z/7zz : No such file or directory (os error 2) / 24.08 jq : 1.7.1 Clipboard wl-copy/paste: 2.2.1 / 2.2.1 xclip : No such file or directory (os error 2) xsel : No such file or directory (os error 2)Describe the question
Hi! There are examples how to do drag-and-drop out of Yazi, but no examples how to do it inside Yazi.
To do the first, I have:
I use nushell, so if I want to bring something in my terminal, in shell I can do this:
But if I make this as a Yazi command, it will not work. This is what tried:
Anything else?
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions