You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ivy.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ <h1 id="name">NAME</h1>
3
3
<h1id="synopsis">SYNOPSIS</h1>
4
4
<p>ivy [option ... ] [args] ...</p>
5
5
<h1id="description">DESCRIPTION</h1>
6
+
<p>Calling Ivy without a path will simply open the GUI. Supplying a path will tell Ivy to load the provided image. Supplying multiple paths will tell Ivy to load them as a collection.</p>
7
+
<h2id="gui-interface">GUI Interface</h2>
6
8
<p>OS X note: All Ctrl- keyboard shortcuts are available as Cmd-.</p>
7
9
<ul>
8
10
<li><p>Calling <em>ivy</em> by itself will start Ivy with the image-viewing area blank. You can then load images from the menu (File -> Open), or with the keyboard shortcut Ctrl-O.</p></li>
<li><p>If you are currently editing tags and wish to revert any unsaved changes, simply hit the Esc key. Hitting Esc when there's no pending changes to be saved will unfocus the tag text field.</p></li>
15
17
<li><p>To remove any set tags, simply delete the contents in the tag text field, press the "Set" button or Enter key, and the entry for that image will be deleted.</p></li>
16
18
</ul>
17
-
<p>Animated GIF support is currently marked as experimental. To animate a GIF, select View -> GIF Animation. Know that some GIF's may not load properly or at all.</p>
18
-
<p>Calling Ivy without a path will simply open the GUI. Supplying a path will tell Ivy to load the provided image. Supplying multiple paths will tell Ivy to load them as a collection.</p>
19
+
<h2id="tag-browser">Tag Browser</h2>
20
+
<p>Ivy comes with a tag browser mode (available from the <code>View</code> menu or with <kbd>Ctrl</kbd>-<kbd>b</kbd>) so that you may view every tag category and its contents. Clicking on a tag will show the images you have tagged. Clicking on the image will show a thumbnail preview which is itself clickable. Clicking on the thumbnail button will tell Ivy to load the source image for further viewing.</p>
21
+
<p>From the tag browser it is also possible to delete entire tag categories or rename them. Also, it is possible to edit the taglist of an image by clicking on an image path and selecting "Edit Tags" from the menu.</p>
<p>Animated GIF support is currently marked as experimental. To animate a GIF, select View -> GIF Animation. Due to the unstable natue of the related code, know that some GIF's may not load properly or at all.</p>
0 commit comments