Idk if I am missing something, but it would be nice to have a --paginate flag or the like (with optionally a custom pager or just using the env PAGER with default to less) because otherwise I have to do this to preserve the coloring:
unbuffer curlie URL | less
Idk if I am missing something, but it would be nice to have a
--paginateflag or the like (with optionally a custom pager or just using the env PAGER with default to less) because otherwise I have to do this to preserve the coloring: