]> git.scottworley.com Git - picsort/shortlog
picsort
2014-04-06 Scott WorleyEditing scripts to use them is lame
2014-03-09 Scott WorleyBe verbose about skipping work
2014-03-06 Scott Worley'e' to show current exposure level
2014-03-05 Scott Worley'i' to show Info (number, name) for current pic
2014-03-05 Scott Worley'C' to repeat the previous name given with 'c'
2014-03-05 Scott Worley'f' to show current filename
2014-03-03 Scott Worleypic-mv chmod's to 644
2014-03-02 Scott WorleyExtra newline at the end for easier copy/paste
2014-03-02 Scott WorleyInsert rotations in order, not reverse order
2014-03-02 Scott Worleyshell_out shouldn't list deleted pics
2014-03-02 Scott WorleyCopy the NEF's timestamp to the final .jpeg
2014-03-01 Scott WorleySupport NEF rotation in pic-mv
2014-03-01 Scott Worleypic-mv tool to do the last few steps
2014-03-01 Scott Worley'esc' to dismiss UI elements
2014-03-01 Scott WorleyOutput commands for named pictures
2014-03-01 Scott Worley#namecontainer -> .inputcontainer
2014-03-01 Scott Worley'%' to see progress
2014-02-28 Scott WorleyReduce jank
2014-02-28 Scott Worley'r' to Rotate.
2014-02-28 Scott WorleyDisallow scrolling off the beginning and end
2014-02-28 Scott WorleyForbid exposure adjustment when not available
2014-02-28 Scott Worleymove_to_unnamed()
2014-02-28 Scott WorleySupport .jpeg files mixed in with .NEF files
2014-02-28 Scott Worleyhjkl movement keys
2014-02-28 Scott WorleyI miss ${foo%bar}
2014-02-28 Scott WorleyResumability: Skip processing if output exists
2014-02-28 Scott Worley'c' to Call a picture something or Change its name
2014-02-28 Scott Worleysave_picinfo()
2014-02-28 Scott WorleySave per-pic exposures
2014-02-28 Scott Worleychange_exposure(): Pull exposure logic together
2014-02-28 Scott Worleymove_to_nondeleted() calls setpic()
2014-02-28 Scott WorleyMove deletion data into a generic 'picinfo' store
2014-02-28 Scott WorleyAdd exposure level chattiness
2014-02-28 Scott WorleyAdd chattiness
2014-02-28 Scott WorleyBind keys directly where possible
2014-02-28 Scott WorleyDon't start on a deleted picture.
2014-02-28 Scott WorleyKeep a local picsorter_deleted too.
2014-02-28 Scott WorleyAdd a message-displaying area
2014-02-28 Scott Worley'x' for delete, 'X' for undelete
2014-02-28 Scott WorleyZoom by switching to smaller preprocessed images
2014-02-28 Scott Worley'b' and 'd' for brighter and darker/dimmer.
2014-02-28 Scott Worley'n' and 'p' for next and previous input image
2014-02-28 Scott WorleyPress 'z' to toggle zoom
2014-02-27 Scott WorleyKeep an input_index
2014-02-27 Scott WorleyUse $.attr()
2014-02-27 Scott WorleyUse the ready shorthand
2014-02-27 Scott Worleysetpic() function
2014-02-27 Scott WorleyMove exposure to a variable
2014-02-27 Scott WorleyInitial revision