From fa89cde4c09635d1883ef5ba426789a0c7cb69b0 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Thu, 1 Jul 2021 07:56:44 +0800 Subject: [PATCH] feat(plugin): add duf tool (#436) --- README.md | 1 + plugins/duf | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/duf diff --git a/README.md b/README.md index 081d919..7220c22 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ itself) to look for plugins. | Dotty | [asdf-community/asdf-dotty](https://github.com/asdf-community/asdf-dotty) | [![Build Status](https://github.com/asdf-community/asdf-dotty/workflows/Main%20workflow/badge.svg)](https://github.com/asdf-community/asdf-dotty/actions) | | Draft | [kristoflemmens/asdf-draft](https://github.com/kristoflemmens/asdf-draft) | [![Build Status](https://travis-ci.org/kristoflemmens/asdf-draft.svg?branch=master)](https://travis-ci.org/kristoflemmens/asdf-draft) | | Driftctl | [nlamirault/asdf-driftctl](https://github.com/nlamirault/asdf-driftctl) | [![GitHub Actions Status](https://github.com/nlamirault/asdf-driftctl/workflows/main/badge.svg?branch=master)](https://github.com/nlamirault/asdf-driftctl/actions) | +| duf | [NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) | [![Build](https://github.com/NeoHsu/asdf-duf/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-duf/actions?query=workflow%3ABuild) | | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | [![GitHub Actions Status](https://github.com/looztra/asdf-dust/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/looztra/asdf-dust/actions) | | dyff | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff) | [![pipeline status](https://gitlab.com/wt0f/asdf-dyff/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-dyff/-/commits/master) | | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | [![Build Status](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker.svg?branch=master)](https://travis-ci.org/Gabitchov/asdf-editorconfig-checker) | diff --git a/plugins/duf b/plugins/duf new file mode 100644 index 0000000..1c22bc5 --- /dev/null +++ b/plugins/duf @@ -0,0 +1 @@ +repository = https://github.com/NeoHsu/asdf-duf.git