forked from 0xb8/WiseTagger
-
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.
Add command line option for recursive opening, add command line help …
…message.
- Loading branch information
Showing
9 changed files
with
247 additions
and
180 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,17 +1,17 @@ | ||
<html> | ||
<body> | ||
<div align="center"> | ||
<div style="font-size:20px">Open image</div> | ||
<table> | ||
<tr> | ||
<td> | ||
<hr/> | ||
<div style="margin-top: 5px">• File > <a style="color: #0089cc" href="#open_file">Open File</a></div> | ||
<div style="margin-top: 5px">• File > <a style="color: #0089cc" href="#open_dir">Open Directory</a></div> | ||
<div style="margin-top: 5px">• Drag and drop files or directories here</div> | ||
</td> | ||
</tr> | ||
</table> | ||
<div style="font-size:20px">Open image</div> | ||
<table> | ||
<tr> | ||
<td> | ||
<hr/> | ||
<div style="margin-top: 5px">• File > <a style="color: #0089cc" href="#open_file">Open File</a></div> | ||
<div style="margin-top: 5px">• File > <a style="color: #0089cc" href="#open_dir">Open Folder</a></div> | ||
<div style="margin-top: 5px">• Drag and drop files or folders here</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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