direnv.net
Load/unload environment variables based on $PWD
Package Information
- Domain:
direnv.net
- Name:
direnv.net
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install direnv
Programs
This package provides the following executable programs:
direnv
Aliases
This package can also be accessed using these aliases:
direnv
Available Versions
Show all 6 versions
2.36.0
,2.35.0
,2.34.0
,2.33.0
,2.32.3
2.32.2
Latest Version: 2.36.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +direnv.net@2.36.0 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.direnvnet
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.