Forrest logo
back to context overview

duti

List of commands for duti:

  • duti:tldr:42d16 duti: Set Safari as the default handler for HTML documents.
    $ duti -s ${com-apple-Safari} ${public-html} all
    try on your machine
    explain this command
  • duti:tldr:5bb29 duti: Display information about the default application for a given extension.
    $ duti -x ${ext}
    try on your machine
    explain this command
  • duti:tldr:5de8f duti: Display the default handler for a given UTI.
    $ duti -d ${uti}
    try on your machine
    explain this command
  • duti:tldr:650ac duti: Set Finder as the default handler for the ftp:// URL scheme.
    $ duti -s ${com-apple-Finder} "${ftp}"
    try on your machine
    explain this command
  • duti:tldr:b18e1 duti: Display all handlers of a given UTI.
    $ duti -l ${uti}
    try on your machine
    explain this command
  • duti:tldr:bd39a duti: Set VLC as the default viewer for files with `.m4v` extensions.
    $ duti -s ${org-videolan-vlc} ${m4v} viewer
    try on your machine
    explain this command
back to context overview