JanDeDobbeleer / oh-my-posh

The most customisable and low-latency cross platform/shell prompt renderer
https://ohmyposh.dev
MIT License
17.51k stars 2.4k forks source link

feat(segment): add fortran (through gfortran) #5921

Open Silzinc opened 16 hours ago

Silzinc commented 16 hours ago

Prerequisites

Description

Add Fortran support. Only works with the gfortran compiler (the most standard open-source one as far as I know, included in the gcc). I have to say I am not very comfortable with contributing to open source projects, so there might be things done wrong. I mostly recycled the Rust and Elixir segments to make this one.

JanDeDobbeleer commented 16 hours ago

Thanks for submitting a PR to the project!

In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the documentation.

Silzinc commented 15 hours ago

Thank you for the reply. Edits should be allowed now. Also, I did try to add docs but I did not check the box as I did not know how to test them.