This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-16 09:54:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3a1640e49
nixpkgs
/
pkgs
/
tools
/
misc
/
3llo
/
Gemfile
3 lines
50 B
Ruby
Raw
Normal View
History
Unescape
Escape
_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-07-25 11:38:50 +00:00
source
'https://rubygems.org'
3llo: 0.3.0 -> 1.3.1
2022-04-28 12:01:18 +00:00
gem
'3llo'
,
'1.3.1'
Reference in New Issue
Copy Permalink