Skip to content

Commit

Permalink
Merge pull request #236 from eagafonov/add-direnv
Browse files Browse the repository at this point in the history
Add direnv binary
  • Loading branch information
leucos committed Jun 24, 2023
2 parents 0befb37 + 9ac0640 commit 8d1a13c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions DISTRIBUTIONS.md
Expand Up @@ -47,6 +47,7 @@
- [derefexo](https://github.com/deref/exo/): A process manager & log viewer for dev
- [devdash](https://github.com/Phantas0s/devdash/): Highly Configurable Terminal Dashboard for Developers and Creators
- [devspace](https://github.com/devspace-cloud/): DevSpace - The Fastest Developer Tool for Kubernetes  Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
- [direnv](https://direnv.net): 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.
- [dive](https://github.com/wagoodman/dive/): A tool for exploring each layer in a docker image
- [docker-slim](https://github.com/docker-slim/docker-slim/): DockerSlim (docker-slim): Don't change anything in your Docker\ncontainer image and minify it by up to 30x (and for compiled languages even\nmore) making it secure too! (free and open source)
- [dockle](https://github.com/goodwithtech/dockle/): Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
Expand Down
34 changes: 34 additions & 0 deletions distributions/distributions.yaml
Expand Up @@ -749,6 +749,40 @@ sources:
install:
type: direct

direnv:
description: >
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.
url: https://direnv.net
list:
type: github-releases
url: https://api.github.com/repos/direnv/direnv/releases
fetch:
url: https://github.com/direnv/direnv/releases/download/v{{ .Version }}/direnv.{{ .OS }}-{{ .Arch }}
install:
type: direct
supported_platforms:
- os: darwin
arch: amd64
- os: darwin
arch: arm64
- os: freebsd
arch: 386
- os: freebsd
arch: amd64
- os: freebsd
arch: arm
- os: linux
arch: 386
- os: linux
arch: amd64
- os: linux
arch: arm
- os: linux
arch: arm64
- os: linux
arch: mips

dive:
description: A tool for exploring each layer in a docker image
url: https://github.com/wagoodman/dive/
Expand Down

0 comments on commit 8d1a13c

Please sign in to comment.