Skip to content

Instantly share code, notes, and snippets.

@mvalipour
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save mvalipour/3203c1e689d200dd0dbe to your computer and use it in GitHub Desktop.

Select an option

Save mvalipour/3203c1e689d200dd0dbe to your computer and use it in GitHub Desktop.
onetime time shortcut

Save the following script in a file called ot.cmd (replace ot with any shortcut name you wish to use) and place it in a folder -- say c:\temp\onetime-shortcut

onetime time %*

run the following command to add this path to your windows PATH:

SET PATH=%PATH%;c:\temp\onetime-shortcut

You may need to restart your console at this point.

enjoy your shotcut!

ot start
ot list
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment