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
- Host: GitHub
- URL: https://github.com/docwhat/netrc-cmd
- Owner: docwhat
- License: mit
- Created: 2016-04-08T19:58:03.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T02:10:59.000Z (over 5 years ago)
- Last Synced: 2025-02-15T21:17:49.241Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```