Giter Club home page Giter Club logo

node-netrc-cli's Introduction

Command line netrc parser using node-netrc-parser by dickyxxx.

Background:

Have you ever encountered a command line application that enables you to retrieve a password from another command's output? I've encountered 2 of this: vdirsyncer (documented here and discussed here) and toxic. When I was faced with these options, I was eager to integrate it with my ~/.netrc file. I googled cli netrc parser and the closest solution was node-netrc-parser but it lacks the necessary command line interface I was looking for.

Anyway, I made this little utility to help you if that's what you were looking for.

Usage:

$ netrc
Usage: netrc [options] [commands]
Options:
  --machine=  -m           specifies the machine to which the command should refer to.
  --file=     -f           specifies the file to which the cimmand should refer to.
Commands:
  get                      Makes the command read print in json the credentials for the specified machine.
  get login                Makes the command print the login for the specified machine.
  get password|passwd|pwd  Makes the command print the password for the specified machine.
  set login                launches a prompt with which you can set your new login string for the specified machine
  set login=string         sets a new login string for the specified machine
  set password|passwd|pwd  launches a prompt with which you can set your new password for the specified machine`;

License

ISC

node-netrc-cli's People

Contributors

doronbehar avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.