Skip to content

Instantly share code, notes, and snippets.

/*
https://webapps.stackexchange.com/questions/100820/how-do-i-invite-all-team-members-to-a-new-slack-channel#answer-104062
Instructions: Just browse to the appropriate channel and paste
this script (below) into your Chrome/Firefox dev console and hit enter.
Then wait for the script to run until it completes.
It might take time as there is a limit to how many users may be invited at once.
The script will loop until all team members are invited.
*/
var foundAny=false;
function selectAllByLetter(remainingLetters) {
@pinglamb
pinglamb / README.md
Last active December 21, 2015 20:38 — forked from yachi/install.sh
  • $ brew install git-flow
  • $ brew uninstall git
  • $ brew install git --without-completions
  • enable git-flow in oh my zsh plugin
  • restart zsh
  • $ git flow init
  • $ git flow feature start myFeature
  • $ git commit -a
  • $ git commit -a
  • $ git flow feature finish myFeature