On 11 Mar 2008, at 14:35, Mark Eli Kalderon wrote:
any suggestions for how I might approach this better, or is there an option for "save a copy of this with a new name and work in the original"
Well, you could use version control. That way, you commit and continue working...
My workflow is that
bound to shift+apple+s
Is a shell script:
res=$(CocoaDialog filesave --title "Save As Copy" --with-file "$TM_FILENAME") cat > "$res"
input: entire doc output: discard
Cheers,
--Hans