Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks window clips tasks description #1582

Open
Felipe-9 opened this issue Sep 1, 2024 · 4 comments
Open

Tasks window clips tasks description #1582

Felipe-9 opened this issue Sep 1, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Felipe-9
Copy link

Felipe-9 commented Sep 1, 2024

What system are you running Yazi on?

macOS

What terminal are you running Yazi in?

kitty 0.36.1

yazi --debug output

Yazi
    Version: 0.3.2 (Homebrew 2024-08-28)
    Debug  : false
    OS     : macos-aarch64 (unix)

Ya
    Version: 0.3.2 (Homebrew 2024-08-28)

Emulator
    Emulator.via_env: ("xterm-kitty", "")
    Emulator.via_csi: Ok(Kitty)
    Emulator.detect : Kitty

Adapter
    Adapter.matches: Kitty

Desktop
    XDG_SESSION_TYPE: None
    WAYLAND_DISPLAY : None
    DISPLAY         : None

SSH
    shared.in_ssh_connection: false

WSL
    /proc/sys/fs/binfmt_misc/WSLInterop: false

Variables
    SHELL              : Some("/bin/zsh")
    EDITOR             : Some("nvim")
    VISUAL             : None
    YAZI_FILE_ONE      : None
    YAZI_CONFIG_HOME   : None

Text Opener
    default: Some(Opener { run: "${EDITOR:-nvim} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
    block  : Some(Opener { run: "${EDITOR:-nvim} \"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })

Multiplexers
    TMUX               : false
    tmux version       : 3.4
    ZELLIJ_SESSION_NAME: None
    Zellij version     : No such file or directory (os error 2)

Dependencies
    file             : 5.41
    ueberzugpp       : No such file or directory (os error 2)
    ffmpegthumbnailer: 2.2.2
    magick           : 7.1.1-37
    fzf              : 0.55.0
    fd               : 10.2.0
    rg               : 14.1.0
    chafa            : No such file or directory (os error 2)
    zoxide           : 0.9.4
    7z               : 17.05
    7zz              : No such file or directory (os error 2)
    jq               : 1.7.1


--------------------------------------------------
When reporting a bug, please also upload the `yazi.log` log file - only upload the most recent content by time.

Did you try the latest nightly build to see if the problem got fixed?

Yes, and I updated the debug information above (yazi --debug) to the nightly that I tried

Describe the bug

Its a simple bug, the task window hides most of the task name and its not possible to neither wrap the text or scroll horizontally nor getting extra information on any task

Screenshot 2024-09-01 at 01 10 38

Minimal reproducer

Do any operation like copy and paste and open the tasks window

Anything else?

No response

@Felipe-9 Felipe-9 added the bug Something isn't working label Sep 1, 2024
@sxyazi sxyazi added enhancement New feature or request and removed bug Something isn't working labels Sep 1, 2024
@xfzv
Copy link

xfzv commented Sep 1, 2024

nor getting extra information on any task

You can press <Enter> on any task to get more details about it

@Felipe-9
Copy link
Author

Felipe-9 commented Sep 1, 2024

well, to me it only shows a blank page... maybe its a bug? also eventually the task resolves itself so at least i know the fault is not on the task

@xfzv
Copy link

xfzv commented Sep 1, 2024

I guess sometimes there's no extra details about certain tasks.

@Felipe-9
Copy link
Author

Felipe-9 commented Sep 1, 2024

well...i expected that when i copied something somewhere it would at least tell me what its copying.
also its probably blank cause its probably just outputting the output from an operation, when you do cp there is no output unless an error appears by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants