Skip to content

Instantly share code, notes, and snippets.

@kazgoto
Last active August 29, 2015 14:24
Show Gist options
  • Save kazgoto/a953475e998f80c98a50 to your computer and use it in GitHub Desktop.
Save kazgoto/a953475e998f80c98a50 to your computer and use it in GitHub Desktop.
Active Slack User List TSV from user-list.json
cat user-list.json | jq -r '.members[] | select(.deleted==false) | "\(.id)\t\(.name)\t\(.real_name)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment