1
0
Fork 0
gist/README.md

18 lines
330 B
Markdown
Raw Permalink Normal View History

# 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)