mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
updated script docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4dbf6565de
commit
b86f42b43c
@ -1,4 +1,5 @@
|
||||
process-archive.sh
|
||||
Processes and prepares the archive folder for viewing.
|
||||
|
||||
Dependencies:
|
||||
- exiftool
|
||||
@ -13,6 +14,7 @@ process-archive.bat -- windows version of process-archive.sh (partial)
|
||||
|
||||
|
||||
sync-flash.sh
|
||||
Syncs a camera flash card to an archive folder.
|
||||
|
||||
Dependencies:
|
||||
- process-archive.sh
|
||||
@ -20,12 +22,16 @@ sync-flash.sh
|
||||
|
||||
|
||||
update-exif.sh
|
||||
Updates processed preview metadata from appropriate .PSD files.
|
||||
|
||||
Dependencies:
|
||||
- exiv2 (to be deprecated)
|
||||
|
||||
|
||||
flatten.sh
|
||||
Flatten flickr/instagram favorite folder structure created by
|
||||
ifttt appropriately renaming files.
|
||||
./<author>/<filename> -> ./ALL/<author> - <filename>
|
||||
|
||||
|
||||
vips-tn.sh
|
||||
|
||||
@ -358,7 +358,7 @@ module.GLOBAL_KEYBOARD = {
|
||||
shift: 'toggleStatusBarIndexMode!',
|
||||
|
||||
// XXX for debug...
|
||||
ctrl: function(){ $('.viewer').toggleClass('visible-gid') },
|
||||
//ctrl: function(){ $('.viewer').toggleClass('visible-gid') },
|
||||
},
|
||||
|
||||
'?': 'showKeyboardBindings',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user