I asked this in Applescript forum but thought someone might know of another way to accomplish the same end result.
I asked this in Applescript forum but thought someone might know of another way to accomplish the same end result.
Need to know to if this is even possible using a text expansion application or script or anything else.
I've been trying to figure out a way to name a file in any application in the Save dialog but I want it to follow a specific format that uses multiple list menus based on input from other list menus
I've used text expansion applications before (Keyboard Meastro, Typinator, aText, Dash, iKey, yType) for some simple task and some not so simple task but this formating might be too big of a request for those types of programs.
I would love to be wrong on that assumption, so please feel free to correct me if you know otherwise.
Desired format is:
Today'sDate_ClientCode_ProjectCode_SubProject_Part_AppUsed_Version_EditorCode
Example would look like this:
20130423_A1_BON_ShowA_Finale_LP_V1.4_AES1
This would be a simple request if everyone could remember all the codes but the list is large and at times also dependant on the previous code in the sequence.
Breakdown (in most lists, the # of list menu items may expand)
RED = User input by typing
GREEN = Auto typed with no input from user
BLUE = Auto typed after user selects item from list
Type the shortcut "?ses" to start expansion or script
Date - Should auto type today's date and follow the yyyyMMdd format, then auto type "_" then open the "Client Code" list menu
20130423_"Client list menu"
Client - Choose from a list menu of say 10 options and that choice would auto type a 2 letter code and "_" then open the "Project Code" list menu that corresponds with that "Code" (example A1)
20130423_A1_"A1 Project list menu"
Project - Choose from that corresponding list menu and auto type it's code and "_" then open the SubProject list menu that corresponds with that "Code" (example BON)
20130423_A1_BON_"BON SubProject list menu"
SubProject - Choose from corresponding list menu and auto type it's code and "_" then open the "Part" list menu (list is independent of previous choice)
20130423_A1_BON_ShowA_"Part list menu"
Part - Choose from "Part list menu" and auto type the choice and "_" then open the "Application Used" list menu (list is independent of previous choice)
20130423_A1_BON_ShowA_Finale_"Application Usedlist menu"
AppUsed - Choose from list menu and auto type two letter code and "_" then auto type the letter "V"
20130423_A1_BON_ShowA_Finale_LP_V"User Input"
Version - User input but should follow "#.#" such as 1.2 or 2.4, user hits enter when done and auto types "AES"
20130423_A1_BON_ShowA_Finale_LP_V1.4_AES"User Input"
UserCode - User inputs number and hits enter.
20130423_A1_BON_ShowA_Finale_LP_V1.4_AES1
Move cursor to the end of name
This completes the naming process but does not close the original Save menu so the user can review the new name first
Thanks in advanced.
OS X Mountain Lion (10.8.3)