Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
usulpro committed May 7, 2017
1 parent 7d7f027 commit c3c526b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Drive up

Hotfix for the lowercase drive letter issue on Window
Hotfix for the lowercase drive letter issue on Windows OS

### Usage

Expand All @@ -10,11 +10,30 @@ first install it as a global dependency:
>npm i driveup -g
```

fix your drive letter to uppercase:
fix your drive letter to uppercase in the current dir:

```shell
e:\DevelopWeb\_Theming\driveup>driveup

E:\DevelopWeb\_Theming\driveup>

```

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:
```shell
e:\>startcmd cmder e:\DevelopWeb\_Theming\driveup
```

it will run the [Cmder](https://github.com/cmderdev/cmder) in the `E:\DevelopWeb\_Theming\driveup`

for example if you're using `Total Commander` you may want to add such shortcut to launch `Cmder` from current dir:

![totalcommander](docs/totalcmd.png)

Binary file added docs/totalcmd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3c526b

Please sign in to comment.