Skip to content

Commit

Permalink
Add shields
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jul 31, 2024
1 parent 780d5e9 commit f289515
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# run-f

[![License](https://img.shields.io/github/license/minhqdao/run-f?label=License&color=teal)](https://opensource.org/licenses/mit)
[![Release](https://img.shields.io/github/release/minhqdao/version-f?label=Release)](https://github.com/minhqdao/run-f/releases)
[![CI](https://github.com/minhqdao/run-f/actions/workflows/ci.yml/badge.svg)](https://github.com/minhqdao/run-f/actions/workflows/ci.yml)

This Fortran library allows you to execute a command in the command line and receive the result as a string without the need for a temporary file.

It was inspired by [this article](https://degenerateconic.com/fortran-c-interoperability.html) and uses `iso_c_binding` to call `popen`, `fgets` and `pclose` from the C standard library.
Expand Down

0 comments on commit f289515

Please sign in to comment.