Skip to content

Instantly share code, notes, and snippets.

@icodebot
icodebot / README.md
Last active August 29, 2015 14:14 — forked from mbostock/.block
@icodebot
icodebot / README.md
Last active August 29, 2015 14:14 — forked from andybarilla/hover.py

Dynamic DNS update python script for Hover.com

@icodebot
icodebot / README.md
Last active August 29, 2015 14:14
cd to the location of a file in system path, and optionally run a command. Finds the file using "where" and then cd's to the directory

Windows command line util to CD to the location of a file found in your system path, and optionally run a command. Finds the file using "where" and then cd's to that directory where the file is located.

Requires: xargs sed

@icodebot
icodebot / printpath
Last active August 29, 2015 14:14
Print windows system path in a more readable format
@echo off
set path | grep -E -o "[a-zA-Z]:\\[^;]*"