I suggest we add the following options to the mode=console-align functionality:
The ability to choose the path and file name of the aligned file. E.g.
--alignExportDir=path/to/aligned/file's/folder
--alignExportFile=aligned_file.tmx
--alignExportPath=path/to/aligned/file's/folder/align.tmx
The option to give the alignment file a name that corresponds to the project name. E.g.
--alignExportName=0 (creates a file named align.tmx) (default option)
--alignExportName=project (so, if the project's name is "foo" then it creates a file named foo.tmx)
The option to append the date/time to the alignment file name. E.g.
--appendDateTime=0 (doesn't append the date/time) (default option)
--appendDateTime=date (appends the date)
--appendDateTime=time (appends the time)
--appendDateTime=datetime (appends the date and time)