kellyjonbrazil / jc

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
MIT License
7.92k stars 210 forks source link

.netrc support #566

Open stefanvanburen opened 6 months ago

stefanvanburen commented 6 months ago

Not sure if it fits in jc, but would parsing .netrc files be something worth supporting?

kellyjonbrazil commented 6 months ago

Hi there - thank you for the parser suggestion! I think this would be a good parser to add.