Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and Update icons #127

Merged
merged 7 commits into from
Aug 13, 2023
Merged

Add and Update icons #127

merged 7 commits into from
Aug 13, 2023

Conversation

gierens
Copy link
Member

@gierens gierens commented Aug 12, 2023

New file extensions:

  • .7z (7-zip archive)
  • .a (static library)
  • .cu (CUDA C source code)
  • .eml (E-Mail)
  • .kdb and .kdbx (KeePass database)
  • .unity and .unity3d (Unity scene, object or asset)
  • .vmdk, .vhd, .vdi (VMware images)
  • .qcow2 (Qemu copy-on-write image)
  • .mli, .mll, mly (Ocaml source files)
  • .crt, .cert (PKI certificates)
  • .pem and .key (PKI keys)
  • .s and .asm (Assembly)
  • .drawio (draw.io vector graphic)
  • .ical, .icalendar, .ics, .ifb (calendar data exchange)
  • .out (compiled executable)
  • .bin (binary data)
  • .magnet (magnet link)
  • .acf (Steam application cache file)
  • .dekstop (desktop entry)
  • .config (alternative to .cfg or .conf)
  • .service (systemd unit files)
  • .o (object file)
  • .xlsm (Spreadsheet with macro support)
  • .ko (kernel object file)
  • .bib and .bst (BibTeX and BibTeX style)
  • .psd1, .psm1 (PowerShell data and module)

Revised file extensions:

  • .latex, .tex, .cls, .sty (LaTeX source, class and style)
  • .bat (Windows Batch file)
  • .ps1 (PowerShell source code)
  • .ml (Ocaml source file)

New immediate file:

  • gitlab-ci.yml (Gitlab CI/CD configuration)

Revised immediate file:

  • Earthfile (Earthfile)

@cafkafk
Copy link
Member

cafkafk commented Aug 13, 2023

Hey, thanks for your contribution, and making it so easy to review. I'll rebase this to conform to conventional commits and merge it after.

Add gitlab-ci.yml as intermediate file with Gitlab icon
Replace .ps1 icon by PowerShell icon and add .psd1 and .psm1 icons
Replace LaTeX icons by actual TeX icon and add .bib and .bst icons
Replace .ml icon with actual Ocaml logo and add .mli, .mll, .mly
File extensions:
- .7z (7-zip archive)
- .a (static library)
- .cu (CUDA C source code)
- .eml (E-Mail)
- .kdb and .kdbx (KeePass database)
- .unity and .unity3d (Unity scene, object or asset)
- .vmdk, .vhd, .vdi (VMware images)
- .qcow2 (Qemu copy-on-write image)
- .crt, .cert (PKI certificates)
- .pem and .key (PKI keys)
- .s and .asm (Assembly)
- .drawio (draw.io vector graphic)
- .ical, .icalendar, .ics, .ifb (calendar data exchange)
- .out (compiled executable)
- .bin (binary data)
- .magnet (magnet link)
- .acf (Steam application cache file)
- .dekstop (desktop entry)
- .config (alternative to .cfg or .conf)
- .service (systemd unit files)
- .o (object file)
- .xlsm (Spreadsheet with macro support)
- .ko (kernel object file)
Copy link
Member

@cafkafk cafkafk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@cafkafk cafkafk added the ready label Aug 13, 2023
@cafkafk cafkafk merged commit f934a56 into eza-community:main Aug 13, 2023
@gierens
Copy link
Member Author

gierens commented Aug 13, 2023

Hey, thanks for your contribution, and making it so easy to review. I'll rebase this to conform to conventional commits and merge it after.

Of course, I'm a big fan of smaller commits with descriptive commit messages :) ... Also this was quick, wow, thank's for the active fork ... just glad I found the discussion in exa that pointed me here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants