Bfontaine Rfc Versions Save

:page_facing_up: Read RFCs from the command-line

v1.0.0

1 month ago

See the CHANGELOG.

v0.2.6

5 years ago

This is a minor release.

  • Add a manpage
  • Deprecate the update command

v0.2.5

5 years ago

This release features the following changes:

  • Fix rfc search on machines with low Bash ARG_MAX (bug found and fixed by @delucks)
  • Fix rfc sync week and rfc sync month that were broken when ftp.rfc-editor.org started redirecting to www.rfc-editor.org a while ago
  • rfc sync now fails if given an unknown mode, like rfc sync foobar.
  • If passed as the first argument, --debug enables Bash commands tracing.

v0.2.4

6 years ago

This minor release includes a fixed RFCs tarball URL (contributed by @reitermarkus).

v0.2.3

6 years ago

It now uses HTTPS everywhere (contributed by @leonklingele)

v0.2.2

10 years ago

This minor release fixes an issue with a regexp issue when using GNU grep (contributed by @kaorimatz).

v0.2.1

10 years ago

This version fixes a minor bug introduced by v0.2.0, the list of all RFCs was printed when syncing.

v0.2.0

10 years ago
  • sync command added (#3)
  • more commands aliases (e.g. find for search and clean for clear)
  • support for RFC_DIR to override default directory

v0.1.1

10 years ago
  • list command added
  • update command is now simpler and always update the local script with the repo’s version, regardless of its “up-to-date-ness”

v0.1.0

10 years ago

Sub-commands

  • Add an update sub-command, to automatically update the script from GitHub (rfc update)
  • Add a search sub-command, to grep some text in the cached RFCs

Options

  • Add the last commit in the output of --version

Misc

  • Make the install script work with sh(the current one works only with bash)
  • Return a non-zero value when an RFC can't be found
  • Display an error if the user tries to fetch an RFC while offline, and return a specific error code