pystardust / ani-cli

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

Depends on fzf, even with ANI_CLI_PLAYER=debug, -S and -e #1187

Closed port19x closed 1 year ago

port19x commented 1 year ago

Metadata (please complete the following information) Version: 4.5.4 OS: Arch Linux Shell: zsh Anime: -

Describe the bug

Steps To Reproduce

  1. Uninstall fzf if present
  2. Run export ANI_CLI_PLAYER="debug"
  3. Run ani-cli -S 1 -e 1 flcl

Expected behavior fzf should not be required when no interactive menu is used.

Screenshots (if applicable; you can just drag the image onto github)

Additional context I want to containerize this and make an api, as in my proof of concept: foxproxy

Derisis13 commented 1 year ago

it'd only take an extra line and a lot of conditions to make fzf checked when all of those is false

port19x commented 1 year ago

Probably some other environment variable makes sense here

CoolnsX commented 1 year ago

ye, how would you select anime in interactive session?