nixpkgs/pkgs
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
..
applications Merge pull request #65236 from suhr/klystrack 2019-07-24 19:14:52 -04:00
build-support buildBazelPackage: cleanup hacks and enforce them for all builds 2019-07-17 10:40:38 +03:00
common-updater
data Merge pull request #64743 from spacekookie/google-fonts 2019-07-23 03:19:57 -04:00
desktops Merge pull request #65113 from worldofpeace/gnome-updates 2019-07-22 14:46:03 -04:00
development Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate 2019-07-24 18:57:18 -05:00
games Merge pull request #65184 from rleppink/master 2019-07-22 17:45:52 +00:00
misc Merge pull request #65185 from r-ryantm/auto-update/sndio 2019-07-24 13:14:25 +02:00
os-specific linux/kernel: enable automatic cpu hotplug support 2019-07-23 06:23:56 -04:00
servers uchiwa: 1.5.0 -> 1.7.0 2019-07-24 21:36:41 +08:00
shells oh-my-zsh: 2019-07-13 -> 2019-07-22 2019-07-23 08:36:18 -04:00
stdenv
test
tools _3llo: init at 0.3.0 2019-08-19 13:46:49 +02:00
top-level _3llo: init at 0.3.0 2019-08-19 13:46:49 +02:00