-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bookmark format changed: sig-code-name
- Loading branch information
Afalinko
committed
Aug 11, 2017
1 parent
0318275
commit 08f5204
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# eve-bookmarks | ||
|
||
Matches the clipboard content to site signature and replaces it with bookmark. | ||
Format: [C? R D G]-*SIGID*-*SITE NAME* | ||
Format: *SIGID*-[C? R D G]-*SITE NAME* | ||
|
||
Build instrucations: | ||
Install JDK 8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html | ||
Install Maven https://maven.apache.org/download.cgi | ||
run "mvn clean package" in the project root folder | ||
|
||
Run instructions: | ||
run "java -jar bookmark-1.0-SNAPSHOT.jar" | ||
run "java -jar bookmark-1.1-SNAPSHOT.jar" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters