Allows you to export any command you want to a new file. This cuts down on clutter, creates a customized new typescript file, and leaves the original typescript file alone.
Usage: After selecting a command to display, the user is given a prompt: [export|run|esc]. Assuming the user has specified an output file, typing "export" will save the command and its output to this new file.
This can be done with any number of commands, though in its current implementation will only save one command at a time.