Skip to content

Instantly share code, notes, and snippets.

@thinkingmedia
Created January 18, 2016 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkingmedia/32055ae5712a7a7bab32 to your computer and use it in GitHub Desktop.
Save thinkingmedia/32055ae5712a7a7bab32 to your computer and use it in GitHub Desktop.
An alias for Windows that lets you start NotePad++ when you type `nano filename.txt` on the command line.
@ECHO OFF
start notepad++ %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment