Limo is a pager designed for viewing hierarchical data.
Currently, only org files are supported, but more may be implemented.
Currently under active development.
Build using CMake and Ninja (tested using GCC 15.2.1):
cmake -G Ninja --B build/
cmake --build build/ --target limo
To build and run tests:
cmake --build build/ --target test_runner
z Toggle the fold which begins at the cursor
j Move down one line
k Move up one line
q Quit