| Crates.io | ascii-gif |
| lib.rs | ascii-gif |
| version | 0.1.7 |
| created_at | 2020-08-11 19:40:03.264788+00 |
| updated_at | 2021-05-06 20:30:40.725975+00 |
| description | Simple cli to enjoy ascii-gif |
| homepage | https://github.com/visd0m/ascii-gif |
| repository | https://github.com/visd0m/ascii-gif |
| max_upload_size | |
| id | 275462 |
| size | 1,420,211 |

cargo install ascii-gif
# retrieve a gif using tenor random api and querying "pikachu"
asci-gif --query "pikachu" --tenor
# retrieve a gif using tenor random api and querying "pikachu"
asci-gif --query "pikachu" --giphy
# retrieve the gif with id 15452657 using tenor api
asci-gif --id "15452657" --tenor
# retrieve the gif with id U2nN0ridM4lXy using giphy api
asci-gif --id "U2nN0ridM4lXy" --giphy
The ascii encoding can be performed using 10 or 70 characters.
The default encoding uses 10 characters.
It is possible to use 70 characters encoding using the --encoding parameter
asci-gif --id "U2nN0ridM4lXy" --giphy --encoding 70
todos