pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.34k stars 530 forks source link

result not showing up after running ani-cli #1345

Closed Pojann008 closed 1 month ago

Pojann008 commented 1 month ago

Version: 4.8.0 OS: Windows 11

Screenshot 2024-05-24 000527

its been like that for at least 15 minutes and my connection is good

71zenith commented 1 month ago

do not use git bash. we specify to have windows terminal preview on your system due to compatibilty issues on git bash

ykhan21 commented 1 month ago

fzf doesn't properly work with some versions of the mintty terminal (the Git Bash Terminal), but it should soon work (see https://github.com/junegunn/fzf/issues/3809#issuecomment-2126358071).

If you really want to use mintty, you can set export MSYS=enable_pty before running ani-cli (or set it in ~/.bashrc). You do not have to set this if you use bash in a different terminal (see https://github.com/pystardust/ani-cli/issues/1330#issuecomment-2109081038).