httpie-cli/httpie/output/ui
Batuhan Taskaya f9b5c2f696
Man page fixes (#1364)
- 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.
2022-05-05 11:17:37 -07:00
..
__init__.py Implement new pie and pie-light styles (#1238) 2021-12-19 02:41:42 -08:00
man_pages.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
palette.py Don't make bold the default for pie themes (#1385) 2022-05-05 11:17:12 -07:00
rich_help.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
rich_palette.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00
rich_progress.py Refactor palette (#1378) 2022-05-05 08:17:05 -07:00
rich_utils.py Man page fixes (#1364) 2022-05-05 11:17:37 -07:00