Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mthli committed Nov 1, 2018
1 parent fb52bf2 commit e16f924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Nongfu
===

A IntelliJ IDEA plugin that help you move files to module quickly.
A IntelliJ IDEA plugin that help you move files or directories to target module quickly.

A common scene is moving resources in Android Studio 3.x, because of it's "Modularize..." action usually miss some resources dependency.

**Install:** Search "Nongfu" in IDEA plugins repositories, or [download latest release jar](https://github.com/mthli/Nongfu/releases) to disk for install.

**Usage:** Refactor → Move to Module...

**Keymap:** Control(Command) + Shift + X
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<h1>Nongfu</h1>
<p><a href="https://github.com/mthli/Nongfu">GitHub</a> | <a href="https://github.com/mthli/Nongfu/issues">Issues</a></p>
<br />
<p>A IntelliJ IDEA plugin that help you move files to module quickly.</p>
<p>A IntelliJ IDEA plugin that help you move files or directories to target module quickly.</p>
<p>A common scene is moving resources in Android Studio 3.x, because of it's "Modularize..." action usually miss some resources dependency.</p>
<br />
<p><b>Usage:</b> Refactor → Move to Module...</p>
Expand Down

0 comments on commit e16f924

Please sign in to comment.