# gist A CLI to quickly upload files to an [opengist](https://github.com/thomiceli/opengist) instance. All CLI flags can alternatively be sourced from environment variables or a configuration file. For example: \ Flag: `--username foo` \ Env: `GIST_USERNAME=foo` \ Config: ```yaml username: foo ``` ## License [MIT](LICENSE)