Skip to content

janmartenjongerius/nv

Repository files navigation

Introduction

Nv is an alternative lookup tool for Environment Variables. It can be used to:

  • Get an environment variable, ensuring the environment variable exists.
  • Search for environment variables, interactively and programmatically.
  • Export a list of required environment variables to a DotEnv file.

Nv is written in Go and builds into a native binary.

Installation

Either install the application through Go:

go install janmarten.name/nv

Or clone the repository and install from source:

git clone git@github.com:johmanx10/nv.git
cd nv
make bin/nv

For builds from source, please refer to Go platform specific information.

Project status

Statistic State
Downloads GitHub Releases Downloads
Workflows Build Release Documentation GitHub deployments
Current version Stable version GitHub Release Date GitHub commits since latest release (by date)
Go version GitHub go.mod Go version
Source code size Code size in bytes
Code quality Go Report Card Codecov
License License

Special thanks

Supporter Support
JetBrains logo This project is supported by JetBrains through providing a license for their Go IDE, Goland.

Goland IDE