1
0
Fork 0
 
 
Go to file
jolheiser f393c786b0
chore: survey -> huh
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-12-14 20:17:49 -06:00
.gitignore initial commit 2023-11-27 22:41:50 -06:00
LICENSE initial commit 2023-11-27 22:41:50 -06:00
README.md initial commit 2023-11-27 22:41:50 -06:00
flake.lock feat: nix 2023-11-27 22:50:25 -06:00
flake.nix chore: survey -> huh 2023-12-14 20:17:49 -06:00
go.mod chore: survey -> huh 2023-12-14 20:17:49 -06:00
go.sum chore: survey -> huh 2023-12-14 20:17:49 -06:00
main.go chore: survey -> huh 2023-12-14 20:17:49 -06:00

README.md

gist

A CLI to quickly upload files to an 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:

username: foo

License

MIT