Created
November 2, 2015 03:34
-
-
Save skoji/6778eb42312bc846573e to your computer and use it in GitHub Desktop.
remove Slack settings (OS X)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/Library/Application\ Support/Slack/ | |
rm -rf ~/Library/Containers/com.tinyspeck.slackmacgap/ | |
rm -rf ~/Library/Preferences/com.tinyspeck.slackmacgap.plist | |
rm -rf ~/Library/Saved\ Application\ State/com.tinyspeck.slackmacgap.savedState | |
rm ~/Library/Safari/LocalStorage/*slack* |
This was useful to me when a group changed to two-factor auth and wouldn't let me sign back in. Was stuck in an infinite loop of login with a tiny time window to remove workspace which never seemed to work out. What a painful process, Slack!
nice! thanks for help
700 mb released, thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tx :)