Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Read RFCs from your command line with rfc (github.com/bfontaine)
2 points by hk__2 on July 21, 2013 | hide | past | favorite | 3 comments



Very nice ... though the RFC I'm currently working on is a draft version and it would be cool to be able to type something like:

~/bin/rfc draft-ietf-scim-api-01

As an aside, I had to replace sh with bash to get the installer to work.


Thank you for your feedback, I updated the readme.


$ checkbashisms ./rfc possible bashism in ./rfc line 74 (should be 'b = a'): if [ "$COMMIT" == "$new_commit" ]; then

$ checkbashisms install.sh possible bashism in install.sh line 3 ('function' is useless): function __install_rfc() { possible bashism in install.sh line 49 (unsafe echo with backslash): echo "\n# Added by 'rfc' installer\nexport PATH=\$PATH:\$HOME/bin" \

but above and beyond that, it requires GNU grep (uses GNU extension --excludes) to run the script itself




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: