]> git.scottworley.com Git - picsort/history - picsorter.js
Say if a picture is deleted
[picsort] / picsorter.js
2015-03-18 Scott WorleySay if a picture is deleted
2014-12-23 Scott WorleyMove with mv -vi
2014-12-23 Scott WorleyDelete/move-to-extra unnamed pics
2014-12-23 Scott WorleyUse the correct filename for deleting
2014-12-23 Scott WorleyLeaving the name field empty cancels
2014-12-23 Scott WorleyUse shred instead of rm
2014-12-21 Scott Worley'e'xtra. Mostly like delete, but doesn't rm.
2014-12-21 Scott WorleyEmit 'rm' commands for deleted pictures
2014-12-21 Scott WorleyGeneralize mark_deleted
2014-12-21 Scott WorleyChange 'e'xposure key to 'B'rightness
2014-09-13 Scott WorleyA manually-callable cleanup utility
2014-09-13 Scott WorleyThis became racy
2014-09-13 Scott Worley'0' and '$' to jump to beginning and end
2014-05-11 Scott Worleyundelete_all()
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-02 Scott WorleyExtra newline at the end for easier copy/paste
2014-03-02 Scott Worleyshell_out shouldn't list deleted pics
2014-03-01 Scott Worley'esc' to dismiss UI elements
2014-03-01 Scott WorleyOutput commands for named pictures
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 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 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