EDIT: Ok, there's something in the "Working with STDIN and STDOUT" section. But TBH I'd find it more helpful to have the different use cases collected at the top. To me it wasn't even clear how the command is called.
clx -u --url OR clx -l --link
I installed using brew on linux mint. The "correct" version of less seems to be in the path
~$ less --version
less 608 (PCRE2 regular expressions)
Copyright (C) 1984-2022 Mark NudelmanFrom the top of my head this is my personal list of minimum requirements such an app would have to support:
1. Text search within all of comments in a thread.
2. Easy command collapse/expand workflow when viewing threads.
Glancing through the doc it seems that this app doesn't (yet) support either of these requirements, is this correct?
2. You can collapse / expand the comment section with h/l or left arrow and right arrow. The limitation to this is that it is not possible to collapse specific threads / replies, only all replies at once.