The link to "file based separators" in the "Reading headers from a file" section when rendered to HTML does not work. The link is now fixed by providing a URL and link text.
* docs: improve documentation for installation of unstable version
I am trying to rephrase the instructions to make it clear, concise and beginner friendly.
Summary of changes:
* rephrased the instructions to install unstable version of HTTPie
* rephrased the instructions to verify the installation
* fix(docs): remove trailing spaces
* docs: fix 'pip' formatting
Enclosed 'pip' with backticks to display it as inline code
* docs: better description for pip installation (unstable version)
* Update docs/README.md
---------
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
* docs: improve clarity of sentences
Improved clarity by rephrasing sentences in the best practices section.
* docs: improve best practices section
* use appropriate formatting for stdin
* include EOF in abbreviated form
* docs: clarify sentence
* change 'know that' -> 'note that'
* use neither nor for better clarity
* Hide pretty help
* Automatic release update warnings.
* `httpie cli check-updates`
* adapt to the new loglevel construct
* Don't make the pie-colors the bold
* Apply review feedback.
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
- Highlighting for options (-x, --x) now doesn't strip the prefix (may be whitespace).
- Escape sequences are now cross-platform compatible (directly taken by groff/troff [man's renderer])
- Now we check for the section before displaying the man pages.
- On MacOS, there is HTTP(n) which is different from our HTTP(1). This used to conflict with it, and we showed the wrong page. Now we specifically ask foir HTTP(1).
- Errors that might happen (e.g non executable man command) is now suppressed. So in the worst case (if anything regarding man execution goes wrong), we'll always display the manual.
- Docs for man pages.
- HTTPie man pages.
- Epilog for the man pages (see also)
- Auto-generated comments.
* Add `httpie cli plugins` in favor of the new cli namespace.
* Separate each task to individual modules.
* Move httpie.manager.plugins to httpie.manager.tasks.plugins
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>