]> git.scottworley.com Git - picsort/shortlog
picsort
2020-07-19 Scott WorleyKey creation master
2020-07-19 Scott WorleyUse the local rename-to-date
2020-07-19 Scott WorleyInclude referenced rename-to-date script
2020-07-19 Scott WorleyReturn status from keystroke handlers
2020-07-19 Scott WorleyMove startup stuff to start()
2020-07-19 Scott WorleyBe polite with i/o
2020-07-19 Scott WorleyStop if running low on disk space
2020-07-19 Scott WorleyFind bash with env
2020-07-19 Scott WorleyAllow fetching multiple dirs per device
2020-07-19 Scott WorleyBe clear about this being a LEGACY thing
2015-05-25 Scott WorleyDon't cut off the top of rotated pictures
2015-05-25 Scott WorleySSH connect timeout.
2015-05-25 Scott WorleyRenice
2015-05-25 Scott WorleyThe non-vendor-tag entries go last
2015-03-18 Scott WorleyAdd a third delete mode: blurry
2015-03-18 Scott WorleySay if a picture is deleted
2014-12-23 Scott WorleyMove with mv -vi
2014-12-23 Scott WorleySupport '?' in destination filenames
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 Worleymkdir -p sm
2014-05-11 Scott Worleyundelete_all()
2014-04-24 Scott WorleyDon't re-download or re-rename-to-date seen files
2014-04-24 Scott WorleyKeep files under two names
2014-04-06 Scott WorleyAutomate fetching from remote hosts
2014-04-06 Scott WorleyEscape . in .gitignore
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