Skip to content

Commit

Permalink
Add direnv plugin (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Jun 27, 2024
1 parent ca16c20 commit 944a26d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion registry/data/third-party.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,20 @@
"cue"
]
},
{
"id": "direnv",
"locator": "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/direnv/plugin.toml",
"format": "toml",
"name": "direnv",
"description": "direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.",
"author": "appthrust",
"homepageUrl": "https://github.com/appthrust/proto-toml-plugins",
"repositoryUrl": "https://github.com/appthrust/proto-toml-plugins/tree/main/direnv",
"devicon": "direnv",
"bins": [
"direnv"
]
},
{
"id": "dagger",
"locator": "https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/dagger/plugin.toml",
Expand Down Expand Up @@ -933,4 +947,4 @@
]
}
]
}
}

0 comments on commit 944a26d

Please sign in to comment.