An open API service indexing awesome lists of open source software.

https://github.com/docwhat/netrc-cmd

A command to get values from your .netrc file
https://github.com/docwhat/netrc-cmd

Last synced: about 1 year ago
JSON representation

A command to get values from your .netrc file

Awesome Lists containing this project

README

          

# netrc-cmd

A command to get values from your `~/.netrc` file.

## Usage

``` sh
$ netrc-cmd google.com login
joecool@gmail.com
```

``` sh
$ netrc-cmd google.com password
SekretPass
```