citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

trello-sprint (111B)


      1 #!/bin/sh
      2 trello show-cards -b Sprint -l "In Progress" |
      3 grep '^\*' |
      4 fzf |
      5 awkp 2 |
      6 xargs trello card-details