Forrest logo
back to the resume tool

resume:tldr:d99cc

resume: Export a resume locally in a stylized HTML or PDF format.
$ resume export ${path-to-html_or_pdf}
try on your machine

The command "resume export ${path-to-html_or_pdf}" is used to export a resume file to a specific path as either an HTML or PDF format.

Here's a breakdown of the different parts of the command:

  • "resume" refers to the name of the command or program being executed. It is a command-line tool used for managing and generating resumes.
  • "export" is a sub-command or option provided by the "resume" command. It specifies that you want to export a resume file.
  • "${path-to-html_or_pdf}" stands for the specific path where you want to save the exported resume file. This path should be provided in place of "${path-to-html_or_pdf}". You can choose to save the resume as either an HTML file or a PDF file, depending on your preference.

So, to use this command, you would replace "${path-to-html_or_pdf}" with the actual file path and name where you want to save your exported resume. For example:

resume export /Documents/MyResume.html

or

resume export /Documents/MyResume.pdf

This command will generate an HTML or PDF version of the resume file and save it to the specified path.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the resume tool