Home

gist @main - refs - log - search -
https://git.jolheiser.com/gist.git
CLI for OpenGist
README.md - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# 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)