maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.65k stars 264 forks source link

Graph-easy via slides does not work on Windows with a perl and CPAN install of graph-easy #230

Open AddictArts opened 1 year ago

AddictArts commented 1 year ago

Describe the bug Graph-easy via slides does not work on Windows with a perl and CPAN install of graph-easy.

To Reproduce Start with Windows 10.

  1. install slides
  2. install perl and cpan graph-easy

Expected behavior A nice graph

Desktop (please complete the following information):

Additional context

I believe the issue is graph-easy.bat execution vs I guess on *nix graph-easy. Should be able to detect Windows and call the bat file.

In a shell

❯ graph-easy -help

Works on Windows once all is installed. Maybe the issue is just executing it?