Merge pull request #560 from horosgrisa/master

Add some icons for files
This commit is contained in:
Benjamin Sago 2020-01-19 00:40:13 +00:00 committed by GitHub
commit 5521f2d4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,70 +49,143 @@ fn icon(file: &File) -> char {
else { else {
if let Some(ext) = file.ext.as_ref() { if let Some(ext) = file.ext.as_ref() {
match ext.as_str() { match ext.as_str() {
"ai" => '\u{e7b4}', "ai" => '\u{e7b4}',
"android" => '\u{e70e}', "android" => '\u{e70e}',
"apple" => '\u{f179}', "apple" => '\u{f179}',
"avro" => '\u{e60b}', "avro" => '\u{e60b}',
"c" => '\u{e61e}', "clj" => '\u{e768}',
"clj" => '\u{e768}', "coffee" => '\u{f0f4}',
"coffee" => '\u{f0f4}', "cpp" => '\u{e61d}',
"conf" => '\u{e615}', "hpp" => '\u{e61d}',
"cpp" => '\u{e61d}', "c" => '\u{e61e}',
"css" => '\u{e749}', "h" => '\u{e61e}',
"d" => '\u{e7af}', "cs" => '\u{f81a}',
"dart" => '\u{e798}', "css" => '\u{e749}',
"db" => '\u{f1c0}', "d" => '\u{e7af}',
"diff" => '\u{f440}', "dart" => '\u{e798}',
"doc" => '\u{f1c2}', "db" => '\u{f1c0}',
"ebook" => '\u{e28b}', "diff" => '\u{f440}',
"env" => '\u{f462}', "patch" => '\u{f440}',
"epub" => '\u{e28a}', "rtf" => '\u{f1c2}',
"erl" => '\u{e7b1}', "doc" => '\u{f1c2}',
"font" => '\u{f031}', "docx" => '\u{f1c2}',
"gform" => '\u{f298}', "odt" => '\u{f1c2}',
"git" => '\u{f1d3}', "ebook" => '\u{e28b}',
"go" => '\u{e626}', "env" => '\u{f462}',
"hs" => '\u{e777}', "epub" => '\u{e28a}',
"html" => '\u{f13b}', "erl" => '\u{e7b1}',
"iml" => '\u{e7b5}', "font" => '\u{f031}',
"java" => '\u{e204}', "gform" => '\u{f298}',
"js" => '\u{e74e}', "git" => '\u{f1d3}',
"json" => '\u{e60b}', "go" => '\u{e626}',
"jsx" => '\u{e7ba}', "hs" => '\u{e777}',
"less" => '\u{e758}', "htm" => '\u{f13b}',
"log" => '\u{f18d}', "html" => '\u{f13b}',
"lua" => '\u{e620}', "xhtml" => '\u{f13b}',
"md" => '\u{f48a}', "iml" => '\u{e7b5}',
"mustache" => '\u{e60f}', "java" => '\u{e204}',
"js" => '\u{e74e}',
"mjs" => '\u{e74e}',
"json" => '\u{e60b}',
"jsx" => '\u{e7ba}',
"vue" => '\u{fd42}',
"node" => '\u{f898}',
"less" => '\u{e758}',
"log" => '\u{f18d}',
"lua" => '\u{e620}',
"md" => '\u{f48a}',
"markdown" => '\u{f48a}',
"mustache" => '\u{e60f}',
"npmignore" => '\u{e71e}', "npmignore" => '\u{e71e}',
"pdf" => '\u{f1c1}', "pdf" => '\u{f1c1}',
"php" => '\u{e73d}', "djvu" => '\u{f02d}',
"pl" => '\u{e769}', "mobi" => '\u{f02d}',
"ppt" => '\u{f1c4}', "php" => '\u{e73d}',
"psd" => '\u{e7b8}', "pl" => '\u{e769}',
"py" => '\u{e606}', "ppt" => '\u{f1c4}',
"r" => '\u{f25d}', "pptx" => '\u{f1c4}',
"rb" => '\u{e21e}', "odp" => '\u{f1c4}',
"rdb" => '\u{e76d}', "psd" => '\u{e7b8}',
"rs" => '\u{e7a8}', "py" => '\u{e606}',
"rss" => '\u{f09e}', "r" => '\u{f25d}',
"rubydoc" => '\u{e73b}', "rb" => '\u{e21e}',
"sass" => '\u{e603}', "ru" => '\u{e21e}',
"scala" => '\u{e737}', "erb" => '\u{e21e}',
"shell" => '\u{f489}', "gem" => '\u{e21e}',
"sqlite3" => '\u{e7c4}', "rdb" => '\u{e76d}',
"styl" => '\u{e600}', "rs" => '\u{e7a8}',
"tex" => '\u{e600}', "rss" => '\u{f09e}',
"ts" => '\u{e628}', "rubydoc" => '\u{e73b}',
"twig" => '\u{e61c}', "sass" => '\u{e74b}',
"txt" => '\u{f15c}', "stylus" => '\u{e759}',
"video" => '\u{f03d}', "scala" => '\u{e737}',
"vim" => '\u{e62b}', "shell" => '\u{f489}',
"xls" => '\u{f1c3}', "sqlite3" => '\u{e7c4}',
"xml" => '\u{e619}', "styl" => '\u{e600}',
"yml" => '\u{f481}', "latex" => '\u{e600}',
"zip" => '\u{f410}', "tex" => '\u{e600}',
_ => '\u{f15b}' "ts" => '\u{e628}',
"tsx" => '\u{e628}',
"twig" => '\u{e61c}',
"txt" => '\u{f15c}',
"video" => '\u{f03d}',
"vim" => '\u{e62b}',
"xml" => '\u{e619}',
"yml" => '\u{f481}',
"yaml" => '\u{f481}',
"rar" => '\u{f410}',
"zip" => '\u{f410}',
"bz" => '\u{f410}',
"bz2" => '\u{f410}',
"xz" => '\u{f410}',
"taz" => '\u{f410}',
"tbz" => '\u{f410}',
"tbz2" => '\u{f410}',
"tz" => '\u{f410}',
"tar" => '\u{f410}',
"tzo" => '\u{f410}',
"lz" => '\u{f410}',
"lzh" => '\u{f410}',
"lzma" => '\u{f410}',
"lzo" => '\u{f410}',
"gz" => '\u{f410}',
"deb" => '\u{e77d}',
"rpm" => '\u{e7bb}',
"exe" => '\u{e70f}',
"msi" => '\u{e70f}',
"dll" => '\u{e70f}',
"cab" => '\u{e70f}',
"bat" => '\u{e70f}',
"cmd" => '\u{e70f}',
"sh" => '\u{e795}',
"bash" => '\u{e795}',
"zsh" => '\u{e795}',
"fish" => '\u{e795}',
"csh" => '\u{e795}',
"ini" => '\u{e615}',
"toml" => '\u{e615}',
"cfg" => '\u{e615}',
"conf" => '\u{e615}',
"apk" => '\u{e70e}',
"ttf" => '\u{f031}',
"woff" => '\u{f031}',
"woff2" => '\u{f031}',
"otf" => '\u{f031}',
"csv" => '\u{f1c3}',
"tsv" => '\u{f1c3}',
"xls" => '\u{f1c3}',
"xlsx" => '\u{f1c3}',
"ods" => '\u{f1c3}',
"so" => '\u{f17c}',
"sql" => '\u{f1c0}',
"jar" => '\u{e256}',
"jad" => '\u{e256}',
"class" => '\u{e256}',
"war" => '\u{e256}',
"groovy" => '\u{e775}',
"iso" => '\u{e271}',
"lock" => '\u{f023}',
_ => '\u{f15b}'
} }
} else { } else {
'\u{f15b}' '\u{f15b}'