From 995e57ce49b0d34e0be9ac237e4415b0b47e8b60 Mon Sep 17 00:00:00 2001 From: Florian Brisset Date: Sat, 18 Nov 2023 10:02:44 +0100 Subject: [PATCH 1/2] feat: Add pandoc cli --- README.md | 1 + plugins/pandoc | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/pandoc diff --git a/README.md b/README.md index 5aeddc3f1..8d1981059 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Osm | [nlamirault/asdf-osm](https://github.com/nlamirault/asdf-osm) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-osm/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-osm/actions) | | osqueryi | [davidecavestro/asdf-osqueryi](https://github.com/davidecavestro/asdf-osqueryi) | [![Build Status](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml/badge.svg)](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) | | pachctl | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl) | [![build](https://github.com/abatilo/asdf-pachctl/workflows/build/badge.svg)](https://github.com/abatilo/asdf-pachctl/actions?query=workflow%3A%22build%22) | +| Pandoc | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) | [![Build](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml/badge.svg)](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml) | | Packer | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | [![Build](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml) | | patat | [airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) | [![Build](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml/badge.svg)](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml) | | peco | [asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) | [![Build Status](https://github.com/asdf-community/asdf-peco/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-peco/actions) | diff --git a/plugins/pandoc b/plugins/pandoc new file mode 100644 index 000000000..11b0e6a64 --- /dev/null +++ b/plugins/pandoc @@ -0,0 +1 @@ +repository = https://github.com/Fbrisset/asdf-pandoc.git From 85632d2cf98f336eb5faf2845ddaac1e48067c1e Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Mon, 8 Jan 2024 14:58:18 +1100 Subject: [PATCH 2/2] fix: alphabetise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1981059..842e4f06e 100644 --- a/README.md +++ b/README.md @@ -519,8 +519,8 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Osm | [nlamirault/asdf-osm](https://github.com/nlamirault/asdf-osm) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-osm/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-osm/actions) | | osqueryi | [davidecavestro/asdf-osqueryi](https://github.com/davidecavestro/asdf-osqueryi) | [![Build Status](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml/badge.svg)](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) | | pachctl | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl) | [![build](https://github.com/abatilo/asdf-pachctl/workflows/build/badge.svg)](https://github.com/abatilo/asdf-pachctl/actions?query=workflow%3A%22build%22) | -| Pandoc | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) | [![Build](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml/badge.svg)](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml) | | Packer | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | [![Build](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-hashicorp/actions/workflows/workflow.yml) | +| Pandoc | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) | [![Build](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml/badge.svg)](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml) | | patat | [airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) | [![Build](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml/badge.svg)](https://github.com/airtonix/asdf-patat/actions/workflows/build.yml) | | peco | [asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) | [![Build Status](https://github.com/asdf-community/asdf-peco/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-peco/actions) | | pdm | [1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) | [![Build Status](https://github.com/1oglop1/asdf-pdm/actions/workflows/build.yml/badge.svg)](https://github.com/1oglop1/asdf-pdm/actions) |