meme-cli icon indicating copy to clipboard operation
meme-cli copied to clipboard

Because the world needed this I decided.

Results 11 meme-cli issues
Sort by recently updated
recently updated
newest added

Gotta be able to get creative with the text. ;)

QOI is a very fast image format which can often beat PNG on compression ratio. It is also very simple, having a [one page specification](https://qoiformat.org/qoi-specification.pdf) This pull request uses [libqoi](https://crates.io/crates/libqoi)...

The error output when trying to fun `meme-cli update-sources`: ``` ➜ meme-cli update-sources Updating meme repository default (https://github.com/TheRawMeatball/memeinator-memesrc.git) fatal: not a git repository (or any of the parent directories): .git...

Documentation says: ``` cd meme-cli cargo install --path meme-cli ``` This is incorrect. Either the extra `cd meme-cli` must be removed _OR_ one needs to do `cargo install --path .`

Should be trivial to add after #9 (thanks to structopt)

Anything that can be specified via a config file should also be able to be specified/overridden via the cli. This is important for scriptability, and to be able to use...

Stdout is for the output of the program (the generated memes), that the user might want to redirect somewhere, like piping to another program. Stderr is for messages, like logging,...

The ability to create multi-part memes, that use multiple templates in one image.