Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Dec 4, 2016
1 parent 1ac90b7 commit 5c60665
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Levarage your favourite shell commands to edit text.

* Edit selected text with shell command
* Insert shell command output into cursor position
* It records command history. You can edit a past command before you use it

![Edit with Shell Command](https://raw.githubusercontent.com/ryu1kn/vscode-edit-with-shell/master/images/animations/edit-with-shell.gif)

Expand All @@ -19,13 +20,19 @@ Levarage your favourite shell commands to edit text.

Open an input box to enter shell command

* `EditWithShell: Reuse command` (**Command ID:** `editWithShell.reuseCommand`)

Show command history and let you modify before you execute them

## Keyboard Shortcuts

You can quickly open a command input box by registering the extension command to your keyboard shortcut settings. For example:

```json
{ "key": "ctrl+r ctrl+r", "command": "editWithShell.runCommand",
"when": "editorTextFocus" }
{ "key": "ctrl+r ctrl+u", "command": "editWithShell.reuseCommand",
"when": "editorTextFocus" }
```

## Request Features or Report Bugs
Expand Down

0 comments on commit 5c60665

Please sign in to comment.