mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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
|
process-archive.sh
|
||||||
|
Processes and prepares the archive folder for viewing.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- exiftool
|
- exiftool
|
||||||
@ -13,6 +14,7 @@ process-archive.bat -- windows version of process-archive.sh (partial)
|
|||||||
|
|
||||||
|
|
||||||
sync-flash.sh
|
sync-flash.sh
|
||||||
|
Syncs a camera flash card to an archive folder.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- process-archive.sh
|
- process-archive.sh
|
||||||
@ -20,12 +22,16 @@ sync-flash.sh
|
|||||||
|
|
||||||
|
|
||||||
update-exif.sh
|
update-exif.sh
|
||||||
|
Updates processed preview metadata from appropriate .PSD files.
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- exiv2 (to be deprecated)
|
- exiv2 (to be deprecated)
|
||||||
|
|
||||||
|
|
||||||
flatten.sh
|
flatten.sh
|
||||||
|
Flatten flickr/instagram favorite folder structure created by
|
||||||
|
ifttt appropriately renaming files.
|
||||||
|
./<author>/<filename> -> ./ALL/<author> - <filename>
|
||||||
|
|
||||||
|
|
||||||
vips-tn.sh
|
vips-tn.sh
|
||||||
|
|||||||
@ -358,7 +358,7 @@ module.GLOBAL_KEYBOARD = {
|
|||||||
shift: 'toggleStatusBarIndexMode!',
|
shift: 'toggleStatusBarIndexMode!',
|
||||||
|
|
||||||
// XXX for debug...
|
// XXX for debug...
|
||||||
ctrl: function(){ $('.viewer').toggleClass('visible-gid') },
|
//ctrl: function(){ $('.viewer').toggleClass('visible-gid') },
|
||||||
},
|
},
|
||||||
|
|
||||||
'?': 'showKeyboardBindings',
|
'?': 'showKeyboardBindings',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user