Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed May 7, 2017
1 parent c3c526b commit 482ff66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand All @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 482ff66

Please sign in to comment.