From 482ff666e2fb5417ef9a9176637dd4e718fbd5c7 Mon Sep 17 00:00:00 2001 From: UsulPro Date: Sun, 7 May 2017 17:14:37 +0700 Subject: [PATCH] v1.0.0 --- README.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 602ec1a..ffab03e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Hotfix for the lowercase drive letter issue on Windows OS ### Usage -first install it as a global dependency: +- first install it as a global dependency: ```shell >npm i driveup -g ``` -fix your drive letter to uppercase in the current dir: +- fix your drive letter to uppercase in the current dir: ```shell e:\DevelopWeb\_Theming\driveup>driveup @@ -19,14 +19,16 @@ E:\DevelopWeb\_Theming\driveup> ``` -run your prefered shell: +- run your prefered shell: + ```shell e:\DevelopWeb\_Theming\driveup>startcmd cmder ``` it will run the [Cmder](https://github.com/cmderdev/cmder) in the current dir with uppercase drive letter -run your prefered shell in the custom dir: +- run your prefered shell in the custom dir: + ```shell e:\>startcmd cmder e:\DevelopWeb\_Theming\driveup ``` @@ -37,3 +39,6 @@ for example if you're using `Total Commander` you may want to add such shortcut ![totalcommander](docs/totalcmd.png) +### Credits + +created by [@UsulPro](https://twitter.com/UsulPro) diff --git a/package.json b/package.json index 6c9ca18..18f48c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "driveup", - "version": "0.9.2", + "version": "1.0.0", "description": "fix lowercase dive letter issue on Windows", "bin": { "driveup": "./bin/driveup.cmd",