Skip to content

Instantly share code, notes, and snippets.

@Kremilly
Last active October 10, 2023 21:04
Show Gist options
  • Select an option

  • Save Kremilly/786ddec48158c947fb8722943baeab4a to your computer and use it in GitHub Desktop.

Select an option

Save Kremilly/786ddec48158c947fb8722943baeab4a to your computer and use it in GitHub Desktop.
paimon-example.txt
// ENGLISH
// -> Comment
! -> Parameter
!name -> String -> What name the downloaded file will have (OPTIONAL)
RANDOM_NAME -> Macro that allows generating random names for the file (OPTIONAL)
!path -> String -> Which folder the file will be saved in (OPTIONAL, default -> Downloads folder)
DOWNLOAD_PATH -> Macro that fetches the operating system's Downloads folder.
// PORTUGUÊS
// -> Comentário
! -> Parametro
!name -> String -> Qual nome o arquivo baixado terá (OPCIONAL)
RANDOM_NAME -> Macro que permite gerar nomes aleatorios para o arquivo (OPCIONAL)
!path -> String -> Qual pasta que o arquivo será salvo (OPCIONAL, default -> pasta Downloads)
DOWNLOAD_PATH -> Macro que pega a pasta de Downloads do sistema operacional
Links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment