GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

Adding more file types #37

Open Sigmanificient opened 1 year ago

Sigmanificient commented 1 year ago

I open this issue as I would present a few design a file type i made and may post more of them in the future. This issue is meant to collect every proposition instead of opening an issue for each

Sigmanificient commented 1 year ago

Extension: .sql

▃▃ ▃▃▃ ▃
█▃ █ █ █
▃█ ▀▀█ █▃

Structured Langage Query

Sigmanificient commented 1 year ago

Extension: .styl

╭━━━━╮╮╮
┃STY┃▅▅┃
┃┇▒▒┃L☲┃
┗━━━╯━━╯

Based on scss icon Stylus CSS

Sigmanificient commented 1 year ago

Extension: .out

╭━━━━━━╮
│OIIOIO│
│━━━OUT│
╰━━━━━━╯

Based on binary icons, for .out produce when compiling with gcc (linux)

Sigmanificient commented 1 year ago

Extension .obj

╭━━━━━━╮
│OIIOI~│
│━━━OBJ│
╰━━━━━━╯

Based on binary icons, for object files produced when compile C code

Sigmanificient commented 1 year ago

Extension: .a

╭━━━━━╮╮
│OIOI~││
│━━ASM││
╰━━━━━╯╯

Based on binary icon, Static Libraries in C

Sigmanificient commented 1 year ago

Extension: .d

╭━━DEP━╮
│:h:━┓ │
│━━:h┗━│
╰━━━━━━╯

For dependencies files used to track headers usage in C when using MMT flags

Sigmanificient commented 1 year ago

Extension: .bak

╭━━━━━━╮
┃┇BAK▒█┫
┠┇██┻▓▒┃
┗━━━━━━╯

Based on DB icon, For backup files

Sigmanificient commented 1 year ago

Extension: .tmp

╭━━━━━━╮
┃┇TMP▒█┫
┠┇██┻▓▒┃
┗━━━━━━╯

Based on DB icon, For temporary files

Sigmanificient commented 1 year ago

Name: LICENSE

┏━━━━━┓┓
┃▄▀█▀▄┃┇
┃ ▄█▄ ┃┃
╰━━━━━┻┛

For LICENSE file, often found in github repos

Sigmanificient commented 1 year ago

Extension: .yml, .yaml

┏━━━━┓━┓
┃┏┇┏┏┓┓┃
┃┇┛YAML┃
┗━━━━┛━┛

Based on json icon

For yml files, used to config/store stuff like GitHub actions or sublime syntax

Sigmanificient commented 1 year ago

Extension: .ppt, .pptx

╭━━━━╮╮╮
┇PPTX┃├┃
┃[▒▒]┃├┇
╰━━━━╯━╯

Fr powerpoint presentation

Sigmanificient commented 1 year ago

Extension .csv

┏━━━━┳┳┓
┃██▓░┣╋┫
┃CSV;╋┫┫
╰━━━━┻┻┛

Based on xlsx ico Comma-seperated values (often ;)

Sigmanificient commented 1 year ago

Extension .ico

┏━━━ICO╮
┇*.∴:∵◖┃
┣┓░▃┏▓▆┇
╰━━━━━━┛

Based on png icon For ico files

Sigmanificient commented 1 year ago

Extension .ini

┏┏━━━━┓┓
┇[INI] ┃
┃┋┇┃┃┇┋┃
┗━━━━━━┛

Based on conf icon

For ini configuration files

Sigmanificient commented 1 year ago

Extension .xml

┏━━━━━━┓
┇┤XML ├┃
┃├ </.>┃
┗━━━━━━┛

Based on html icon, for xml type files

Sigmanificient commented 1 year ago

Extension: .log

┏━━┓┓┓┓┓
┃┋┇┃☵☲┃┇
┃┇┋┃☲☵┃┃
┗━━┛━━┛┛

Based on txt icon, for various logging files

Sigmanificient commented 1 year ago

Extension: .svg

┌━━━SVG╮
│*.∴:∵◖│
│┓░▃┏▓▆│
╰━━━━━━╯

For Scalable Vector Graphics images

GiorgosXou commented 1 year ago

Nice <3 , I'll post some of mine that I have locally too, later or tomorrow

GiorgosXou commented 1 year ago

pptx maybe:

  ╭━━━━┳╮╮
  ┇PPTX┃├┃
  ┃[▒▒]┃├┇
  ╰━━━━┻━╯

?