I’m struggling to figure out how to invoke the CLI on Mac OS. Were I on Windows, I’d just make sure Aseprite.exe was on my PATH and go from there…but I can’t figure it out on my Mac and I just keep running into zsh: command not found: aseprite
Any help is much appreciated!
Hi! What I did was to make an abbreviation in my shell (fish) so when I type aseprite it will paste the path of the .exe. I use Aseprite via Steam so the whole thing looks like this:
abbr --add --position anywhere -- aseprite "/Users/Adamastor/Library/Application\ Support/Steam/steamapps/common/Aseprite/Aseprite.app/Contents/MacOS/aseprite"