gif-for-cli icon indicating copy to clipboard operation
gif-for-cli copied to clipboard

--export does not work with local files

Open dtantsur opened this issue 7 years ago • 2 comments

It seems to me that this should be possible:

$ gif-for-cli file://test.json --export test.gif
Processed 24/24 frames...
Exported to:
/home/dtantsur/test.gif

However, the resulting file has no relationship to test.json and is probably a trending gif on your website.

dtantsur avatar Nov 29 '18 11:11 dtantsur

We don't handle JSON input, we should probably output an error instead of using a trending GIF.

SeanHayes avatar Nov 29 '18 19:11 SeanHayes

Oops, sorry. I think I saw you talking about gif-for-cli compatible with asciinema files, I guess I got you wrong. Anyway, I think the current behavior is wrong.

dtantsur avatar Nov 30 '18 09:11 dtantsur