Skip to content

xuchunyang/file-mime-type.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-mime-type.el

Build Status

;; Get file's mime type via file(1):
;;
;; (file-mime-type user-init-file)
;; ;; => "text/x-lisp"
;;
;; (file-mime-type (expand-file-name "~/Pictures/org-mode-unicorn.svg"))
;; ;; => "image/svg+xml"
;;
;; (file-mime-type-batch '("README.md" "Makefile"))
;; ;; => ("text/plain" "text/x-makefile")

About

Get file's mime type via file(1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published