Skip to content

Instantly share code, notes, and snippets.

@kaushikvira
kaushikvira / 1. How to Use.md
Created April 2, 2020 18:06 — forked from dz/1. How to Use.md
Slack Fluidapp Customizations

DZSlack

What is this?

The following files add some view keybindings and other functional and styling changes to Slack when used inside of a Fluid app.

Specifically:

  1. <cmd>-number will bring you to the respective starred channel. For example, if you have 4 starred channels, <cmd-1> will bring you to the first starred channel, <cmd-2> to the second, etc.
@kaushikvira
kaushikvira / gist:967800241424a65fc88a0c6489517043
Created December 14, 2017 17:31
Delete all git local branches except develop and master
git branch | grep -v "develop" | grep -v "master" | xargs git
@kaushikvira
kaushikvira / README.md
Created October 14, 2016 21:56 — forked from ngryman/README.md
intellij javascript live templates

intellij javascript live templates

Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.

How to

  • Go to settings.
  • Search for live templates.
  • Under the javascript section you should be able to manage your templates.
@kaushikvira
kaushikvira / README.md
Created October 30, 2015 23:21 — forked from nicerobot/README.md
Mac OS X uninstall script for packaged install of node.js

To run this, you can try:

curl -ks https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh | bash

I haven't tested this script doing it this way but i run a lot of my Gists like this so maybe this one'll work too.

Alternatively,

curl -ksO https://gist.githubusercontent.com/nicerobot/2697848/raw/uninstall-node.sh

chmod +x ./uninstall-node.sh