Commit Graph

3 Commits

Author SHA1 Message Date
Andrea Scarpino
eae04234f3 3llo: 0.3.0 -> 1.3.1 2022-04-28 14:14:38 +02:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Maximilian Bosch
0ad3568114
_3llo: init at 0.3.0
Simple CLI client for `trello.com`. It can be used like this:

```
$ export TRELLO_USER=your_username
$ export TRELLO_KEY=your_key
$ export TRELLO_TOKEN=your_token
$ ./result/bin/3llo
```

I didn't create a module for this as I don't think that those secrets
should live in the Nix store. Ideally `3llo` can be used from a script
which retrieves secrets from some kind of password store like this:

```
export TRELLO_KEY=$(pass show trello/key)
export TRELLO_TOKEN=$(pass show trello/token)
3llo $@
```
2019-08-19 13:46:49 +02:00