ykhan21

Results 57 comments of ykhan21

Yes, I started git-bash.exe by double clicking the exe in the installation folder. After starting neovim, I run `:set mouse+=a`, which allows clicking to work in the mintty terminal. I'm...

When start git bash in Windows 11, is it using the mintty terminal or a Microsoft Terminal?

For what it's worth, [mintty](https://mintty.github.io/) is a Windows terminal that supports sixel graphics.

Is there a way to get it to work without ssh-ing into a linux / WSL environment? For example, on Windows with mintty I can do: `magick convert image.png -polaroid...

1) Are you using Windows Terminal? Can you follow the Windows guide [here](https://github.com/pystardust/ani-cli?tab=readme-ov-file#tier-2-support-windows-wsl-ios-steam-deck-freebsd) and change the starting directory to your home folder? 2) What is the output of `curl https://allmanga.to/`?...

The starting directory should be `%USERPROFILE%`, not `$USERPROFILE%`. If it is set up correctly, the starting directory would be your home folder, not `/c/WINDOWS/system32`, a system folder. Can you share...

You could also replace all the `curl` commands with `curl -k` in the script at `C:\Users\USERNAME\scoop\apps\ani-cli\current\ani-cli`. You'll have to redo this every update.

@71zenith, there have been several issues just like this. See https://github.com/pystardust/ani-cli/issues/1471.

Did editing the starting directory work?

Try it to check if it solves your problem. To be sure that curl is used from scoop instead of Git Bash, `which curl` should provide a scoop path.