ykhan21

Results 57 comments of ykhan21

Run `ani-cli -U` to update the script. How do you "start" ani-cli? Are you running `ani-cli` in PowerShell? Can you try in it Git Bash? I've just tested ani-cli on...

ani-cli in pwsh actually calls ani-cli.cmd (~/scoop/shims/ani-cli.cmd) which may or may not start wsl. sh ani-cli will start a git bash shell which will will pick up the sh file...

@xenostructure, @sniper-47, @nullchilly, please see the updated Windows guide in the README. This should address both issues, the first with fzf hanging after "Search anime:", and the second with the...

@Tyecon, to run ani-cli are you double-clicking the ani-cli files? Once you `scoop install ani-cli`, to run ani-cli you simply need to type `ani-cli` in your terminal and hit `Enter`....

`ani-cli` should work on cmd, powershell, pwsh, and bash (Git Bash). Entering `ani-cli` in cmd and powershell / pwsh _should_ run the ~/scoop/shims/ani-cli.cmd cmd file. Entering `ani-cli` in bash _should_...

Sorry, I guess `echo dir > test01.cmd` would work in cmd.exe whereas `echo dir > test01.ps1` would work in powershell. > A lot of linux commands that normally wouldn't work...

Also, what is the output of `Get-ExecutionPolicy` in powershell?

> some oddity with my windows subsystem linux environment @Tyecon, I just saw this part. Please see the WSL installation guide if you are using ani-cli in WSL and uninstall...

You could try running `ani-cli` in Git Bash. This should not get hijacked by wsl. Git Bash could be added as an entry to your Windows Terminal: ![image](https://github.com/pystardust/ani-cli/assets/51864191/d35eec3e-4d20-44ca-b1bd-1715de4d119d) Instructions: https://stackoverflow.com/a/70699006/8917573...

@GatewayStar, see the updated Windows guide in the README. This should solve your issue. Raise a new issue if you have any errors.